summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-25 17:34:33 +0900
committerGitHub <noreply@github.com>2018-11-25 17:34:33 +0900
commiteea97ca673a53f8aa039a78e61833f78d5d59583 (patch)
tree6418ebd9fb8fa76b8bb65d6a7a73ec2cde369d6a
parentffa3f92a59004f420bc818559da4445f26a8b4b2 (diff)
parent19a7ed53e981afdc0fee3f2a307f8917ce6c8a95 (diff)
downloadpyramid-eea97ca673a53f8aa039a78e61833f78d5d59583.tar.gz
pyramid-eea97ca673a53f8aa039a78e61833f78d5d59583.tar.bz2
pyramid-eea97ca673a53f8aa039a78e61833f78d5d59583.zip
Merge pull request #3430 from kpinc/numbering
Fix REST indentation so numbered list does not restart counting
-rw-r--r--docs/narr/startup.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst
index 65669e0b9..37825d2da 100644
--- a/docs/narr/startup.rst
+++ b/docs/narr/startup.rst
@@ -47,7 +47,7 @@ Here's a high-level time-ordered overview of what happens when you press
the :term:`PasteDeploy` library and returns a parser that can understand
the format.
-.. _ini_section_discovery:
+ .. _ini_section_discovery:
#. The :term:`PasteDeploy` finds a section named either ``[app:main]``,
``[pipeline:main]``, or ``[composite:main]`` in the ``.ini`` file.
@@ -69,10 +69,10 @@ Here's a high-level time-ordered overview of what happens when you press
will have a single ``[app:main]`` section in it, and this will be the
application served.
-.. index::
- pair: logging; startup
+ .. index::
+ pair: logging; startup
-.. _startup_logging_initialization:
+ .. _startup_logging_initialization:
#. The framework finds all :mod:`logging` related configuration in the ``.ini``
file and uses it to configure the Python standard library logging system for