summaryrefslogtreecommitdiff
path: root/docs/api/index.rst
diff options
context:
space:
mode:
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
+