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
installation.rst
routing.rst
routing.rst
configuration.rst
templates.rst
hooks.rst
jsonify.rst
secure_controller.rst
validation_n_errors.rst
commands.rst
testing.rst
Introduction
@@ -60,34 +62,22 @@ WSGI server you want::
httpserver.serve(app, host='0.0.0.0', port=8080)
Tutorials
=========
We provide a couple of easy ways to get started including a short tutorial on
App Engine.
Cookbook
========
We provide a couple of easy ways to get started including a short
tutorial on App Engine.
.. toctree::
:maxdepth: 2
quick_start.rst
app_engine.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
sessions.rst
celery.rst
databases.rst
deployment.rst
reporting.rst
License
-------

View File

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