From 9974be2fe4568e6334e03a2af9f0eeaddc794be3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 16 Jul 2008 18:27:56 +0000 Subject: Oh the humanity of this hack. --- docs/modules/index.rst | 18 ++++++++++++++++++ docs/modules/router.rst | 3 +-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 docs/modules/index.rst (limited to 'docs/modules') 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 -- cgit v1.2.3