diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-17 17:55:39 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-17 17:55:39 +0000 |
| commit | bd73fc6cc17544d14b029c528cd70da73dd0a364 (patch) | |
| tree | 29cb63aabf483a6049f5481c680a94cf9d1077af /docs/latexindex.rst | |
| parent | 04bee54e9b793790e8e612ccaa50547f1e440e9f (diff) | |
| download | pyramid-bd73fc6cc17544d14b029c528cd70da73dd0a364.tar.gz pyramid-bd73fc6cc17544d14b029c528cd70da73dd0a364.tar.bz2 pyramid-bd73fc6cc17544d14b029c528cd70da73dd0a364.zip | |
Using a single chapter for the API docs and a single chapter for the ZCML directives made it hard to read.
Diffstat (limited to 'docs/latexindex.rst')
| -rw-r--r-- | docs/latexindex.rst | 55 |
1 files changed, 49 insertions, 6 deletions
diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 4000ea077..d1105faa8 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -23,7 +23,7 @@ Narrative Documentation @@@@@@@@@@@@@@@@@@@@@@@ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 narr/introduction narr/install @@ -52,7 +52,7 @@ Tutorials @@@@@@@@@ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 tutorials/bfgwiki/index.rst tutorials/bfgwiki2/index.rst @@ -62,14 +62,57 @@ Tutorials tutorials/zodbsessions/index.rst tutorials/catalog/index.rst -Reference material -@@@@@@@@@@@@@@@@@@ +API Documentation +@@@@@@@@@@@@@@@@@ + +.. toctree:: + :maxdepth: 1 + + 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 +@@@@@@@@@@@@@@@@ .. toctree:: :maxdepth: 1 - api - zcml + zcml/aclauthorizationpolicy + zcml/adapter + zcml/authtktauthenticationpolicy + zcml/configure + zcml/forbidden + zcml/include + zcml/notfound + zcml/remoteuserauthenticationpolicy + zcml/renderer + zcml/repozewho1authenticatiohnpolicy + zcml/resource + zcml/route + zcml/scan + zcml/static + zcml/subscriber + zcml/utility + zcml/view .. backmatter:: |
