summaryrefslogtreecommitdiff
path: root/docs/api/paster.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-27 00:00:55 -0500
committerChris McDonough <chrism@plope.com>2011-11-27 00:00:55 -0500
commit38e4c7d6b0a51a92747e6c928599a7d651362c6c (patch)
tree74fe65e8dc80614f3855a444740695d53cbceb75 /docs/api/paster.rst
parent50e89abccc9c23949fb7cdd928a865712c34aa75 (diff)
downloadpyramid-38e4c7d6b0a51a92747e6c928599a7d651362c6c.tar.gz
pyramid-38e4c7d6b0a51a92747e6c928599a7d651362c6c.tar.bz2
pyramid-38e4c7d6b0a51a92747e6c928599a7d651362c6c.zip
add get_appsettings API to paster
Diffstat (limited to 'docs/api/paster.rst')
-rw-r--r--docs/api/paster.rst10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/api/paster.rst b/docs/api/paster.rst
index 2a32e07e9..5cf8bbe2c 100644
--- a/docs/api/paster.rst
+++ b/docs/api/paster.rst
@@ -5,13 +5,9 @@
.. automodule:: pyramid.paster
- .. function:: get_app(config_uri, name=None)
+ .. autofunction:: bootstrap
- Return the WSGI application named ``name`` in the PasteDeploy
- config file specified by ``config_uri``.
+ .. autofunction:: get_app(config_uri, name=None)
- If the ``name`` is None, this will attempt to parse the name from
- the ``config_uri`` string expecting the format ``inifile#name``.
- If no name is found, the name will default to "main".
+ .. autofunction:: get_appsettings(config_uri, name=None)
- .. autofunction:: bootstrap