summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-01-11 09:44:45 -0500
committerRyan Petrello <lists@ryanpetrello.com>2013-01-11 09:44:45 -0500
commit539a5c07f969944bc567a34aabf584ae3636c737 (patch)
treeb51a3116da275b2e75d3cad6cf1c0421978d1b0c
parent4d3ff312e8edc120b0190ac185eefe930c4f53ba (diff)
downloadpecan-539a5c07f969944bc567a34aabf584ae3636c737.tar.gz
Improve visibility of deployment-related docs.
-rw-r--r--docs/source/index.rst2
-rw-r--r--docs/source/quick_start.rst4
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 7b80851..e964234 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -42,6 +42,7 @@ Narrative Documentation
jsonify.rst
commands.rst
development.rst
+ deployment.rst
logging.rst
testing.rst
@@ -55,7 +56,6 @@ Cookbook and Common Patterns
sessions.rst
databases.rst
errors.rst
- deployment.rst
API Documentation
diff --git a/docs/source/quick_start.rst b/docs/source/quick_start.rst
index c35ce84..8879a05 100644
--- a/docs/source/quick_start.rst
+++ b/docs/source/quick_start.rst
@@ -278,3 +278,7 @@ add to. To run them::
OK
The tests themselves can be found in the ``tests`` module in your project.
+
+Deploying to a Web Server
+-------------------------
+Ready to deploy your new Pecan app? Take a look at :ref:`deployment`.