Improve visibility of deployment-related docs.

This commit is contained in:
Ryan Petrello
2013-01-11 09:44:45 -05:00
parent 4d3ff312e8
commit 539a5c07f9
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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`.