From b9d5df1cfb219168ecf8c6c0f32897b36d5e77ca Mon Sep 17 00:00:00 2001 From: Pete Date: Tue, 27 Mar 2012 16:02:42 -0700 Subject: [PATCH] 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. --- docs/source/commands.rst | 1 + docs/source/development.rst | 1 + docs/source/index.rst | 1 - docs/source/reload.rst | 3 +++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/commands.rst b/docs/source/commands.rst index 00fbe2e..367c8b5 100644 --- a/docs/source/commands.rst +++ b/docs/source/commands.rst @@ -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 --------------------- diff --git a/docs/source/development.rst b/docs/source/development.rst index e146922..8adf770 100644 --- a/docs/source/development.rst +++ b/docs/source/development.rst @@ -4,6 +4,7 @@ Developing Pecan Applications Locally ===================================== .. include:: reload.rst + :start-after: #reload Debugging Pecan Applications ---------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 9d1004c..7b80851 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -56,7 +56,6 @@ Cookbook and Common Patterns databases.rst errors.rst deployment.rst - reload.rst API Documentation diff --git a/docs/source/reload.rst b/docs/source/reload.rst index 933bf08..b53d11a 100644 --- a/docs/source/reload.rst +++ b/docs/source/reload.rst @@ -1,3 +1,6 @@ +:orphan: + +#reload Reloading Automatically as Files Change ---------------------------------------