summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-07 04:20:10 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-07 04:20:10 +0000
commit9d68f9127fd35aa4da60f052706d84265b3ba5fe (patch)
treecbddb5a61198e945a93bfe03d718eae9d64c198a /docs/index.rst
parent7d32df3d33354dc34c1cb0a086463e4f23d968ce (diff)
downloadpyramid-9d68f9127fd35aa4da60f052706d84265b3ba5fe.tar.gz
pyramid-9d68f9127fd35aa4da60f052706d84265b3ba5fe.tar.bz2
pyramid-9d68f9127fd35aa4da60f052706d84265b3ba5fe.zip
Move change history down into its own section.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst43
1 files changed, 25 insertions, 18 deletions
diff --git a/docs/index.rst b/docs/index.rst
index bd17236aa..917bf8fe4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -36,9 +36,29 @@ Narrative documentation in chapter form explaining how to use
narr/events
narr/environment
narr/unittesting
- changes
glossary
+API documentation
+=================
+
+Per-module :mod:`repoze.bfg` API documentation.
+
+.. toctree::
+ :maxdepth: 2
+
+ api/events
+ api/push
+ api/router
+ api/security
+ api/template
+ api/testing
+ api/traversal
+ api/location
+ api/url
+ api/urldispatch
+ api/view
+ api/wsgi
+
Tutorials
=========
@@ -58,28 +78,15 @@ Step-by-step tutorials which demonstrate how you might use
:maxdepth: 3
tutorials/cmf/index.rst
-
-
-API documentation
-=================
-Per-module :mod:`repoze.bfg` API documentation.
+Change History
+==============
.. toctree::
:maxdepth: 2
- api/events
- api/push
- api/router
- api/security
- api/template
- api/testing
- api/traversal
- api/location
- api/url
- api/urldispatch
- api/view
- api/wsgi
+ changes
+
Sample Applications
===================