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

@@ -23,6 +23,8 @@ Contents:
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,35 +62,23 @@ 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
databases.rst
deployment.rst
reporting.rst
API
===
The following section lists the main sections of Pecan, where you can find more
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
------- -------
The Pecan framework and the documentation is BSD Licensed:: The Pecan framework and the documentation is BSD Licensed::

View File

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