Stubbing out our docs.
This commit is contained in:
0
docs/source/celery.rst
Normal file
0
docs/source/celery.rst
Normal file
0
docs/source/databases.rst
Normal file
0
docs/source/databases.rst
Normal file
0
docs/source/deployment.rst
Normal file
0
docs/source/deployment.rst
Normal 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
|
||||||
-------
|
-------
|
||||||
|
0
docs/source/reporting.rst
Normal file
0
docs/source/reporting.rst
Normal file
0
docs/source/sessions.rst
Normal file
0
docs/source/sessions.rst
Normal file
Reference in New Issue
Block a user