summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-16 18:27:56 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-16 18:27:56 +0000
commit9974be2fe4568e6334e03a2af9f0eeaddc794be3 (patch)
tree839c5c21bc2a402085c3a3229f70beb86fbff896 /docs/modules
parentf70c23cb4012450c5f302d74a9f7e41c0f7710aa (diff)
downloadpyramid-9974be2fe4568e6334e03a2af9f0eeaddc794be3.tar.gz
pyramid-9974be2fe4568e6334e03a2af9f0eeaddc794be3.tar.bz2
pyramid-9974be2fe4568e6334e03a2af9f0eeaddc794be3.zip
Oh the humanity of this hack.
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