summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-19 08:09:16 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-19 08:09:16 +0000
commit78ec7ac47a3ae1c20dba7e7b23cb28a220501b94 (patch)
tree12211a56e1cffebac8cfddd07538aaf9a1e93564 /docs/api
parentfab8c5dc3555bad27214bcd3a6d8ace34fa32e86 (diff)
downloadpyramid-78ec7ac47a3ae1c20dba7e7b23cb28a220501b94.tar.gz
pyramid-78ec7ac47a3ae1c20dba7e7b23cb28a220501b94.tar.bz2
pyramid-78ec7ac47a3ae1c20dba7e7b23cb28a220501b94.zip
Edit.
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/paster.rst9
-rw-r--r--docs/api/template.rst3
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``.
-