summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/index.rst18
-rw-r--r--docs/modules/router.rst3
2 files changed, 19 insertions, 2 deletions
diff --git a/docs/modules/index.rst b/docs/modules/index.rst
new file mode 100644
index 000000000..38cd5a29d
--- /dev/null
+++ b/docs/modules/index.rst
@@ -0,0 +1,18 @@
+.. _modules:
+
+API documentation
+=================
+
+:mod:`repoze.bfg`
+-----------------
+
+The :mod:`repoze.bfg` package contains the code nececessary to create
+and run an application.
+
+Sub-packages
+------------
+
+.. toctree::
+ :maxdepth: 2
+
+ router
diff --git a/docs/modules/router.rst b/docs/modules/router.rst
index bb6037956..435a7ebd0 100644
--- a/docs/modules/router.rst
+++ b/docs/modules/router.rst
@@ -1,7 +1,7 @@
.. _router_module:
:mod:`repoze.bfg.router`
-------------------
+------------------------
.. automodule:: repoze.bfg.router
@@ -9,6 +9,5 @@
===================
.. autoclass:: Router
- :members: __init__ __call__
.. autofunction:: repoze.bfg.router.make_app