summaryrefslogtreecommitdiff
path: root/docs/api/index.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-16 22:25:43 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-16 22:25:43 +0000
commit9e3bdbce1063f67b2e927fec0677cf74095ea9ad (patch)
treee55745c6710cd50c24450f6384dd6ba3b259e745 /docs/api/index.rst
parent8b169d338e1ea6d07bc3cd0c9ff0b0ae91c56708 (diff)
downloadpyramid-9e3bdbce1063f67b2e927fec0677cf74095ea9ad.tar.gz
pyramid-9e3bdbce1063f67b2e927fec0677cf74095ea9ad.tar.bz2
pyramid-9e3bdbce1063f67b2e927fec0677cf74095ea9ad.zip
Rearrange into narrative and API sections; include README in narrative as "introduction".
Diffstat (limited to 'docs/api/index.rst')
-rw-r--r--docs/api/index.rst20
1 files changed, 20 insertions, 0 deletions
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
+