diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 43 |
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 =================== |
