diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-11-18 21:13:11 -0600 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-11-18 23:48:49 -0600 |
| commit | 807d5c77801e3d038aa21151235e91496b70fb84 (patch) | |
| tree | 8f6e64a6358d9634289dc069f33fc5d6f61923c1 /docs/narr/project.rst | |
| parent | 9d194007b15c67698adf66c0b94aba1f617a7a6a (diff) | |
| download | pyramid-807d5c77801e3d038aa21151235e91496b70fb84.tar.gz pyramid-807d5c77801e3d038aa21151235e91496b70fb84.tar.bz2 pyramid-807d5c77801e3d038aa21151235e91496b70fb84.zip | |
Link to startup docs for more detail
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 89cebd063..3522ea964 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -871,6 +871,8 @@ also informs Python that the directory which contains it is a *package*. Line 11 returns a :term:`WSGI` application to the caller of the function (Pyramid's pserve). + See :ref:`the_startup_process` for more about the application's :ref:`settings <startup_settings>` and ``main``\'s :ref:`arguments <startup_constructor_arguments>` and statements. + .. index:: single: routes.py |
