summaryrefslogtreecommitdiff
path: root/docs/api/paster.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-07-13 22:57:09 -0500
committerMichael Merickel <michael@merickel.org>2011-07-14 19:56:44 -0500
commitf422adb9108520182c7eee5128c0f1e1f64d2e17 (patch)
tree91afc3037e6dc43f2858f91c1f74d65b9cae3f55 /docs/api/paster.rst
parentc01a8429ca4f385f0443f324c76d57b17d77dedb (diff)
downloadpyramid-f422adb9108520182c7eee5128c0f1e1f64d2e17.tar.gz
pyramid-f422adb9108520182c7eee5128c0f1e1f64d2e17.tar.bz2
pyramid-f422adb9108520182c7eee5128c0f1e1f64d2e17.zip
Added p.paster.bootstrap for handling simple loading of INI files.
Diffstat (limited to 'docs/api/paster.rst')
-rw-r--r--docs/api/paster.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/api/paster.rst b/docs/api/paster.rst
index 6668f3c77..09e768fae 100644
--- a/docs/api/paster.rst
+++ b/docs/api/paster.rst
@@ -3,14 +3,8 @@
:mod:`pyramid.paster`
---------------------------
-.. module:: pyramid.paster
+.. automodule:: pyramid.paster
-.. function:: get_app(config_file, name=None)
-
- Return the WSGI application named ``name`` in the PasteDeploy
- config file ``config_file``.
-
- If the ``name`` is None, this will attempt to parse the name from
- the ``config_file`` string expecting the format ``ini_file#name``.
- If no name is found, the name will default to "main".
+ .. autofunction:: get_app
+ .. autofunction:: bootstrap