From 04bee54e9b793790e8e612ccaa50547f1e440e9f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 17 Jan 2010 17:28:30 +0000 Subject: Reduce overall book size by not giving each ZCML directive its own chapter. --- docs/api.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/api.rst (limited to 'docs/api.rst') 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 + -- cgit v1.2.3