diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-25 16:59:20 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-25 16:59:20 +0000 |
| commit | 83379d75c07cdc8b0baa18427bf7ffd3d2f2bed4 (patch) | |
| tree | c0c864044dd9399f589fb7ca9b35f7e4ccdf02d3 /docs/api | |
| parent | 60dc7d0c6486c85fb15cc60717dc6fdadc5fa1c7 (diff) | |
| download | pyramid-83379d75c07cdc8b0baa18427bf7ffd3d2f2bed4.tar.gz pyramid-83379d75c07cdc8b0baa18427bf7ffd3d2f2bed4.tar.bz2 pyramid-83379d75c07cdc8b0baa18427bf7ffd3d2f2bed4.zip | |
Make the global module index render properly.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/push.rst | 4 | ||||
| -rw-r--r-- | docs/api/template.rst | 10 | ||||
| -rw-r--r-- | docs/api/traversal.rst | 4 | ||||
| -rw-r--r-- | docs/api/wsgi.rst | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/docs/api/push.rst b/docs/api/push.rst index 3c7f835ce..38c0971a0 100644 --- a/docs/api/push.rst +++ b/docs/api/push.rst @@ -3,7 +3,7 @@ :mod:`repoze.bfg.push` -------------------------- -.. currentmodule:: repoze.bfg.push +.. automodule:: repoze.bfg.push -.. autoclass:: pushpage + .. autoclass:: pushpage diff --git a/docs/api/template.rst b/docs/api/template.rst index 85e1989e6..eec874485 100644 --- a/docs/api/template.rst +++ b/docs/api/template.rst @@ -3,13 +3,13 @@ :mod:`repoze.bfg.template` -------------------------- -.. currentmodule:: repoze.bfg.template +.. automodule:: repoze.bfg.template -.. autofunction:: render_template + .. autofunction:: render_template -.. autofunction:: render_template_to_response + .. autofunction:: render_template_to_response -.. autofunction:: render_transform + .. autofunction:: render_transform -.. autofunction:: render_transform_to_response + .. autofunction:: render_transform_to_response diff --git a/docs/api/traversal.rst b/docs/api/traversal.rst index 56dad2290..41d66b2eb 100644 --- a/docs/api/traversal.rst +++ b/docs/api/traversal.rst @@ -3,8 +3,8 @@ :mod:`repoze.bfg.traversal` --------------------------- -.. currentmodule:: repoze.bfg.traversal +.. automodule:: repoze.bfg.traversal -.. autofunction:: find_interface + .. autofunction:: find_interface diff --git a/docs/api/wsgi.rst b/docs/api/wsgi.rst index 1422a7b9b..15bde75ed 100644 --- a/docs/api/wsgi.rst +++ b/docs/api/wsgi.rst @@ -3,7 +3,7 @@ :mod:`repoze.bfg.wsgi` -------------------------- -.. currentmodule:: repoze.bfg.wsgi +.. automodule:: repoze.bfg.wsgi -.. autofunction:: wsgiapp + .. autofunction:: wsgiapp |
