More documentation updates - changing our default theme to Sphinx's "Nature" theme.
This commit is contained in:
@@ -91,7 +91,7 @@ pygments_style = 'sphinx'
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
html_theme = 'default'
|
||||
html_theme = 'nature'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
|
||||
@@ -11,6 +11,7 @@ Contents:
|
||||
:maxdepth: 2
|
||||
|
||||
installation.rst
|
||||
quick_start.rst
|
||||
routing.rst
|
||||
validation_n_errors.rst
|
||||
configuration.rst
|
||||
@@ -60,7 +61,6 @@ tutorial on App Engine.
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
quick_start.rst
|
||||
app_engine.rst
|
||||
sessions.rst
|
||||
celery.rst
|
||||
|
||||
@@ -35,11 +35,4 @@ need GIT installed and clone the repo from github::
|
||||
If you are still in the *pecan-dev* virtual environment that we created before,
|
||||
you should call ``setup.py`` to install::
|
||||
|
||||
python setup.py develop
|
||||
|
||||
|
||||
Testing
|
||||
=======
|
||||
For testing purposes, we use `py.test <http://pytest.org/>`_ and
|
||||
WebTest, so make sure you have those installed in your environment before
|
||||
running the tests.
|
||||
python setup.py develop
|
||||
Reference in New Issue
Block a user