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