diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-06-19 08:09:16 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-06-19 08:09:16 +0000 |
| commit | 78ec7ac47a3ae1c20dba7e7b23cb28a220501b94 (patch) | |
| tree | 12211a56e1cffebac8cfddd07538aaf9a1e93564 /docs/api | |
| parent | fab8c5dc3555bad27214bcd3a6d8ace34fa32e86 (diff) | |
| download | pyramid-78ec7ac47a3ae1c20dba7e7b23cb28a220501b94.tar.gz pyramid-78ec7ac47a3ae1c20dba7e7b23cb28a220501b94.tar.bz2 pyramid-78ec7ac47a3ae1c20dba7e7b23cb28a220501b94.zip | |
Edit.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/paster.rst | 9 | ||||
| -rw-r--r-- | docs/api/template.rst | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/docs/api/paster.rst b/docs/api/paster.rst index 52b3048c1..66049ac64 100644 --- a/docs/api/paster.rst +++ b/docs/api/paster.rst @@ -3,6 +3,11 @@ :mod:`repoze.bfg.paster` --------------------------- -.. automodule:: repoze.bfg.paster +.. module:: repoze.bfg.paster - .. autofunction:: get_app(config_file, name) +.. function:: get_app(config_file, name) + + Return the WSGI application named ``name`` in the PasteDeploy + config file ``config_file``. + + diff --git a/docs/api/template.rst b/docs/api/template.rst index 026f1673a..763dc9dfe 100644 --- a/docs/api/template.rst +++ b/docs/api/template.rst @@ -55,6 +55,3 @@ statement, e.g.: .. autofunction:: render_template_to_response -.. note:: For backwards compatibility purposes, these functions may - also be imported from ``repoze.bfg.template``. - |
