Merge branch 'master' of github.com:cleverdevil/pecan

This commit is contained in:
Mark McClain
2011-03-06 10:56:19 -05:00
19 changed files with 20 additions and 29 deletions

View File

@@ -14,15 +14,18 @@ Contents:
.. toctree::
:maxdepth: 2
installation.rst
routing.rst
configuration.rst
templates.rst
hooks.rst
jsonify.rst
secure_controller.rst
routing.rst
validation_n_errors.rst
configuration.rst
commands.rst
templates.rst
rest.rst
secure_controller.rst
jsonify.rst
hooks.rst
testing.rst
Introduction
@@ -60,34 +63,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
-------

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

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

View File

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

View File

View File