diff options
| -rw-r--r-- | docs/narr/startup.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index 8e637f64c..17926c716 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -124,6 +124,7 @@ Here's a high-level time-ordered overview of what happens when you press section of our .ini file except the ``use`` option (which is internal to PasteDeploy) such as ``pyramid.reload_templates``, ``pyramid.debug_authorization``, etc. + It is :ref:`available for use <deployment_settings>` in your code. #. The ``main`` function then calls various methods on the instance of the class :class:`~pyramid.config.Configurator` created in the previous step. |
