summaryrefslogtreecommitdiff
path: root/docs/api/paster.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-15 10:14:02 -0400
committerChris McDonough <chrism@plope.com>2011-07-15 10:14:02 -0400
commit049e0e76ead84806d8033b3de75dd037434f7637 (patch)
treed47c6230bbab46bf83022730412296574c2893fb /docs/api/paster.rst
parent4edda0d6d875ee0e7bc0375e4b314d78b1261f0e (diff)
parentc515d77de5b2f62727251ebc32d1292e67811771 (diff)
downloadpyramid-049e0e76ead84806d8033b3de75dd037434f7637.tar.gz
pyramid-049e0e76ead84806d8033b3de75dd037434f7637.tar.bz2
pyramid-049e0e76ead84806d8033b3de75dd037434f7637.zip
Merge branch 'mmerickel-feature.scripting'
Diffstat (limited to 'docs/api/paster.rst')
-rw-r--r--docs/api/paster.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/api/paster.rst b/docs/api/paster.rst
index 6668f3c77..2a32e07e9 100644
--- a/docs/api/paster.rst
+++ b/docs/api/paster.rst
@@ -3,14 +3,15 @@
:mod:`pyramid.paster`
---------------------------
-.. module:: pyramid.paster
+.. automodule:: pyramid.paster
-.. function:: get_app(config_file, name=None)
+ .. function:: get_app(config_uri, name=None)
- Return the WSGI application named ``name`` in the PasteDeploy
- config file ``config_file``.
+ Return the WSGI application named ``name`` in the PasteDeploy
+ config file specified by ``config_uri``.
- 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".
+ 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:: bootstrap