From 9e3bdbce1063f67b2e927fec0677cf74095ea9ad Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 16 Jul 2008 22:25:43 +0000 Subject: Rearrange into narrative and API sections; include README in narrative as "introduction". --- docs/api/index.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/api/index.rst (limited to 'docs/api/index.rst') diff --git a/docs/api/index.rst b/docs/api/index.rst new file mode 100644 index 000000000..496afc4c6 --- /dev/null +++ b/docs/api/index.rst @@ -0,0 +1,20 @@ +.. _modules: + +API documentation +================= + +:mod:`repoze.bfg` +----------------- + +The :mod:`repoze.bfg` package contains the code nececessary to create +and run a web application. + +.. toctree:: + :maxdepth: 2 + + push + router + security + template + view + -- cgit v1.2.3