summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-19 08:22:12 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-19 08:22:12 -0600
commitfecab4645f4f546aaa5e9aa69ea31fea1ffa2446 (patch)
tree374c67e86ba7e0bc6b1e22f15e595825e238f453 /docs/narr/project.rst
parent52312cec91f3570fb862eadc9e43cdd5702afcc5 (diff)
downloadpyramid-fecab4645f4f546aaa5e9aa69ea31fea1ffa2446.tar.gz
pyramid-fecab4645f4f546aaa5e9aa69ea31fea1ffa2446.tar.bz2
pyramid-fecab4645f4f546aaa5e9aa69ea31fea1ffa2446.zip
Put reference to startup in a seealso
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index a5433b278..69e80fcfb 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -869,6 +869,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).
+.. seealso::
+
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.