From 9d68f9127fd35aa4da60f052706d84265b3ba5fe Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 7 Jan 2009 04:20:10 +0000 Subject: Move change history down into its own section. --- docs/index.rst | 43 +++++++++++++++++++++++++------------------ 1 file 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 =================== -- cgit v1.2.3