Stubbing out our docs.

This commit is contained in:
Jonathan LaCour
2011-03-06 10:42:17 -05:00
parent 9e9aaa1cc5
commit 38959b622c
6 changed files with 13 additions and 23 deletions

0
docs/source/celery.rst Normal file
View File

View File

View File

View File

@@ -16,13 +16,15 @@ Contents:
:maxdepth: 2 :maxdepth: 2
installation.rst installation.rst
routing.rst routing.rst
configuration.rst configuration.rst
templates.rst templates.rst
hooks.rst hooks.rst
jsonify.rst jsonify.rst
secure_controller.rst secure_controller.rst
validation_n_errors.rst validation_n_errors.rst
commands.rst
testing.rst
Introduction Introduction
@@ -60,34 +62,22 @@ WSGI server you want::
httpserver.serve(app, host='0.0.0.0', port=8080) httpserver.serve(app, host='0.0.0.0', port=8080)
Tutorials Cookbook
========= ========
We provide a couple of easy ways to get started including a short tutorial on We provide a couple of easy ways to get started including a short
App Engine. tutorial on App Engine.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
quick_start.rst quick_start.rst
app_engine.rst app_engine.rst
sessions.rst
celery.rst
API databases.rst
=== deployment.rst
The following section lists the main sections of Pecan, where you can find more reporting.rst
specific details about methods and modules available.
.. toctree::
:maxdepth: 2
decorators.rst
hooks.rst
jsonify.rst
pecan.rst
rest.rst
routing.rst
secure.rst
templating.rst
License License
------- -------

View File

0
docs/source/sessions.rst Normal file
View File