From 807d5c77801e3d038aa21151235e91496b70fb84 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 18 Nov 2018 21:13:11 -0600 Subject: Link to startup docs for more detail --- docs/narr/project.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/narr/project.rst') 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 ` and ``main``\'s :ref:`arguments ` and statements. + .. index:: single: routes.py -- cgit v1.2.3