summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-19 00:41:20 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-19 00:41:20 -0600
commit481ff76158333826f1de599c3b76e81981a2e8f0 (patch)
tree2fe9d2b9e4080ddd1ab764badaebb8a5c001de4f
parent6faa22ebcd16fd69d82b756907693f43b0cc29f1 (diff)
downloadpyramid-481ff76158333826f1de599c3b76e81981a2e8f0.tar.gz
pyramid-481ff76158333826f1de599c3b76e81981a2e8f0.tar.bz2
pyramid-481ff76158333826f1de599c3b76e81981a2e8f0.zip
Make index entries for statup distinct
-rw-r--r--docs/narr/project.rst2
-rw-r--r--docs/narr/startup.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 81fe4032c..a5433b278 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -297,7 +297,7 @@ path to the module on which we want to run tests and coverage.
single: running an application
single: pserve
single: reload
- single: startup
+ single: starting
.. _running_the_project_application:
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 5582f5ff4..5db45458d 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -18,7 +18,7 @@ on your keyboard after typing ``pserve development.ini`` and the time the lines
``Serving on http://localhost:6543`` are output to your console.
.. index::
- single: startup
+ single: startup process
pair: settings; .ini
.. _the_startup_process: