From 8d2a89f53c99634443af5407fb8d1078d14c51d7 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Mon, 19 Nov 2018 10:25:51 -0600 Subject: The point of knowing what's in settings is to be able to use them --- docs/narr/startup.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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 ` 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. -- cgit v1.2.3