diff options
author | Pete <pete@coderpete.net> | 2012-03-27 16:02:42 -0700 |
---|---|---|
committer | Pete <pete@coderpete.net> | 2012-03-27 16:02:42 -0700 |
commit | b9d5df1cfb219168ecf8c6c0f32897b36d5e77ca (patch) | |
tree | 8a3167ce2371df3a6d8dde76d116068630589312 /docs/source/commands.rst | |
parent | 705628bdf3aaeaffb28cfe0673f7dadb8b0c4f5b (diff) | |
download | pecan-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.
Diffstat (limited to 'docs/source/commands.rst')
-rw-r--r-- | docs/source/commands.rst | 1 |
1 files changed, 1 insertions, 0 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 --------------------- |