summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete <pete@coderpete.net>2012-03-27 16:02:42 -0700
committerPete <pete@coderpete.net>2012-03-27 16:02:42 -0700
commitb9d5df1cfb219168ecf8c6c0f32897b36d5e77ca (patch)
tree8a3167ce2371df3a6d8dde76d116068630589312
parent705628bdf3aaeaffb28cfe0673f7dadb8b0c4f5b (diff)
downloadpecan-b9d5df1cfb219168ecf8c6c0f32897b36d5e77ca.tar.gz
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.
-rw-r--r--docs/source/commands.rst1
-rw-r--r--docs/source/development.rst1
-rw-r--r--docs/source/index.rst1
-rw-r--r--docs/source/reload.rst3
4 files changed, 5 insertions, 1 deletions
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
---------------------------------------