summaryrefslogtreecommitdiff
path: root/docs/source/index.rst
diff options
context:
space:
mode:
authorAlfredo Deza <alfredodeza@gmail.com>2010-11-26 11:02:34 -0500
committerAlfredo Deza <alfredodeza@gmail.com>2010-11-26 11:02:34 -0500
commitc96d62a7d95eba0b8591efedc221dda2063d3615 (patch)
tree68a0a50bf39f1a5a4620b2c8a00f33aa8e0c0ec3 /docs/source/index.rst
parent2446f31d5b42287adee1269350c54c89036f90fd (diff)
downloadpecan-c96d62a7d95eba0b8591efedc221dda2063d3615.tar.gz
adding sub-sections for proper API, Tutorials and main docs
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r--docs/source/index.rst33
1 files changed, 31 insertions, 2 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index e06364f..c48fe8b 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -15,7 +15,7 @@ Contents:
.. toctree::
:maxdepth: 2
- quick_start.rst
+ installtion.rst
routing.rst
configuration.rst
templates.rst
@@ -23,7 +23,6 @@ Contents:
jsonify.rst
secure_controller.rst
validation_n_errors.rst
- app_engine.rst
Introduction
@@ -60,6 +59,36 @@ WSGI server you want::
app = make_app(RootController(), debug=True)
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.
+
+.. 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
+
License
-------
The Pecan framework and the documentation is BSD Licensed::