diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-07 04:20:10 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-07 04:20:10 +0000 |
| commit | 9d68f9127fd35aa4da60f052706d84265b3ba5fe (patch) | |
| tree | cbddb5a61198e945a93bfe03d718eae9d64c198a /docs/index.rst | |
| parent | 7d32df3d33354dc34c1cb0a086463e4f23d968ce (diff) | |
| download | pyramid-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.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 =================== |
