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:
@@ -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
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
Developing Pecan Applications Locally
|
||||
=====================================
|
||||
|
||||
Reloading Automatically as Files Change
|
||||
---------------------------------------
|
||||
.. include:: reload.rst
|
||||
|
||||
Debugging Pecan Applications
|
||||
|
||||
@@ -56,6 +56,7 @@ Cookbook and Common Patterns
|
||||
databases.rst
|
||||
errors.rst
|
||||
deployment.rst
|
||||
reload.rst
|
||||
|
||||
|
||||
API Documentation
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user