From 38959b622cc972f0061c2566e641d576b32472c0 Mon Sep 17 00:00:00 2001 From: Jonathan LaCour Date: Sun, 6 Mar 2011 10:42:17 -0500 Subject: [PATCH] Stubbing out our docs. --- docs/source/celery.rst | 0 docs/source/databases.rst | 0 docs/source/deployment.rst | 0 docs/source/index.rst | 36 +++++++++++++----------------------- docs/source/reporting.rst | 0 docs/source/sessions.rst | 0 6 files changed, 13 insertions(+), 23 deletions(-) create mode 100644 docs/source/celery.rst create mode 100644 docs/source/databases.rst create mode 100644 docs/source/deployment.rst create mode 100644 docs/source/reporting.rst create mode 100644 docs/source/sessions.rst diff --git a/docs/source/celery.rst b/docs/source/celery.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/databases.rst b/docs/source/databases.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/deployment.rst b/docs/source/deployment.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/index.rst b/docs/source/index.rst index 98e7e41..078c3e5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 ------- diff --git a/docs/source/reporting.rst b/docs/source/reporting.rst new file mode 100644 index 0000000..e69de29 diff --git a/docs/source/sessions.rst b/docs/source/sessions.rst new file mode 100644 index 0000000..e69de29