reload.rst not standalone

Made reload.rst an orphan.  Added a :start-after: directive to the
inclusions to prevent the string "orphan:" from interpolating into
html.
This commit is contained in:
Pete
2012-03-27 16:02:42 -07:00
parent 705628bdf3
commit b9d5df1cfb
4 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ The server ``host`` and ``port`` in your configuration file can be changed as
described in :ref:`server_configuration`.
.. include:: reload.rst
:start-after: #reload
The Interactive Shell
---------------------

View File

@@ -4,6 +4,7 @@ Developing Pecan Applications Locally
=====================================
.. include:: reload.rst
:start-after: #reload
Debugging Pecan Applications
----------------------------

View File

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

View File

@@ -1,3 +1,6 @@
:orphan:
#reload
Reloading Automatically as Files Change
---------------------------------------