summaryrefslogtreecommitdiff
path: root/docs/narr/project.rst
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-19 11:59:37 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-19 11:59:49 -0600
commit5fc9ed4bed9d0a80009a5cf5d3d191d535b8150f (patch)
treee92bb8c8874cad142e07843aaded04465070081f /docs/narr/project.rst
parentbf266438734bb93c9ff518b733ce7671a4eb111c (diff)
downloadpyramid-5fc9ed4bed9d0a80009a5cf5d3d191d535b8150f.tar.gz
pyramid-5fc9ed4bed9d0a80009a5cf5d3d191d535b8150f.tar.bz2
pyramid-5fc9ed4bed9d0a80009a5cf5d3d191d535b8150f.zip
Link to "settings" glossary entry when settings are first introduced
Diffstat (limited to 'docs/narr/project.rst')
-rw-r--r--docs/narr/project.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 69e80fcfb..14f0d083e 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -139,8 +139,8 @@ or install your application for deployment or development.
An ``.ini`` file named ``development.ini`` will be created in the project
directory. You will use this ``.ini`` file to configure a server, to run your
-application, and to debug your application. It contains configuration that
-enables an interactive debugger and settings optimized for development.
+application, and to debug your application.
+It contains configuration that enables an interactive debugger and :term:`settings` optimized for development.
Another ``.ini`` file named ``production.ini`` will also be created in the
project directory. It contains configuration that disables any interactive