Got rid of sphinx toc warning.

Added reload.rst to the Cookbook toc and moved the title heading
from the including templates into it.
This commit is contained in:
Pete
2012-03-27 15:02:55 -07:00
parent f328aa72de
commit 705628bdf3
4 changed files with 4 additions and 4 deletions

View File

@@ -26,8 +26,6 @@ Serving your Pecan app is as simple as invoking the ``pecan serve`` command::
The server ``host`` and ``port`` in your configuration file can be changed as
described in :ref:`server_configuration`.
Reloading Automatically as Files Change
+++++++++++++++++++++++++++++++++++++++
.. include:: reload.rst
The Interactive Shell

View File

@@ -3,8 +3,6 @@
Developing Pecan Applications Locally
=====================================
Reloading Automatically as Files Change
---------------------------------------
.. include:: reload.rst
Debugging Pecan Applications

View File

@@ -56,6 +56,7 @@ Cookbook and Common Patterns
databases.rst
errors.rst
deployment.rst
reload.rst
API Documentation

View File

@@ -1,3 +1,6 @@
Reloading Automatically as Files Change
---------------------------------------
Pausing to restart your development server as you work can be interruptive, so
``pecan serve`` provides a ``--reload`` flag to make life easier.