From 04bee54e9b793790e8e612ccaa50547f1e440e9f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 17 Jan 2010 17:28:30 +0000 Subject: Reduce overall book size by not giving each ZCML directive its own chapter. --- docs/index.rst | 51 ++++++++++++--------------------------------------- 1 file changed, 12 insertions(+), 39 deletions(-) (limited to 'docs/index.rst') 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 ======================= -- cgit v1.2.3