summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-17 17:28:30 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-17 17:28:30 +0000
commit04bee54e9b793790e8e612ccaa50547f1e440e9f (patch)
treea97967720f8ad86712ffe73d5df3a7f99dfa2e7b /docs/index.rst
parente8a5c7466b96c5d9c6d8127e31c55220c2c464af (diff)
downloadpyramid-04bee54e9b793790e8e612ccaa50547f1e440e9f.tar.gz
pyramid-04bee54e9b793790e8e612ccaa50547f1e440e9f.tar.bz2
pyramid-04bee54e9b793790e8e612ccaa50547f1e440e9f.zip
Reduce overall book size by not giving each ZCML directive its own chapter.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst51
1 files changed, 12 insertions, 39 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 9535a2815..3f5f81cfd 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -61,45 +61,6 @@ Narrative documentation in chapter form explaining how to use
narr/router
narr/threadlocals
-API documentation
-=================
-
-Per-module :mod:`repoze.bfg` API documentation.
-
-.. toctree::
- :maxdepth: 2
-
- api/authorization
- api/authentication
- api/chameleon_text
- api/chameleon_zpt
- api/configuration
- api/events
- api/exceptions
- api/interfaces
- api/location
- api/paster
- api/router
- api/scripting
- api/security
- api/settings
- api/testing
- api/threadlocal
- api/traversal
- api/url
- api/view
- api/wsgi
-
-ZCML Directives
-===============
-
-Documentation for each :mod:`repoze.bfg` :term:`ZCML directive`.
-
-.. toctree::
- :maxdepth: 1
-
- zcml
-
Tutorials
=========
@@ -119,6 +80,18 @@ applications to various platforms.
tutorials/zodbsessions/index.rst
tutorials/catalog/index.rst
+Reference Material
+==================
+
+Reference material includes API documentation and documentation of
+every :mod:`repoze.bfg` :term:`ZCML directive`.
+
+.. toctree::
+ :maxdepth: 2
+
+ api
+ zcml
+
Detailed Change History
=======================