diff --git a/docs/source/conf.py b/docs/source/conf.py index 8b23d64..3248bc7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/docs/source/index.rst b/docs/source/index.rst index c723417..8135033 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 930842d..ff3f2ab 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.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 `_ and -WebTest, so make sure you have those installed in your environment before -running the tests. + python setup.py develop \ No newline at end of file