summaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-17 17:28:30 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-17 17:28:30 +0000
commit04bee54e9b793790e8e612ccaa50547f1e440e9f (patch)
treea97967720f8ad86712ffe73d5df3a7f99dfa2e7b /docs/api.rst
parente8a5c7466b96c5d9c6d8127e31c55220c2c464af (diff)
downloadpyramid-04bee54e9b793790e8e612ccaa50547f1e440e9f.tar.gz
pyramid-04bee54e9b793790e8e612ccaa50547f1e440e9f.tar.bz2
pyramid-04bee54e9b793790e8e612ccaa50547f1e440e9f.zip
Reduce overall book size by not giving each ZCML directive its own chapter.
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst31
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
new file mode 100644
index 000000000..2bd5fca01
--- /dev/null
+++ b/docs/api.rst
@@ -0,0 +1,31 @@
+API Documentation
+=================
+
+Comprehensive reference material for every public API exposed by
+:mod:`repoze.bfg` is available within this chapter. The API
+documentation is organized alphabetically by module name.
+
+.. 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
+