summaryrefslogtreecommitdiff
path: root/docs/narr/configuration.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-27 22:47:08 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-27 22:47:08 +0000
commit8c56ae41b6f0221d72f1a255ce1a3ac467b98d79 (patch)
treed310d7be53ae0f4760e09b437975dcebce52d02b /docs/narr/configuration.rst
parentd7b12a30237d51d761cab0b08c5da1163ea534ee (diff)
downloadpyramid-8c56ae41b6f0221d72f1a255ce1a3ac467b98d79.tar.gz
pyramid-8c56ae41b6f0221d72f1a255ce1a3ac467b98d79.tar.bz2
pyramid-8c56ae41b6f0221d72f1a255ce1a3ac467b98d79.zip
- Added manual index entries to generated index.
Diffstat (limited to 'docs/narr/configuration.rst')
-rw-r--r--docs/narr/configuration.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst
index 738295842..9a7379c3e 100644
--- a/docs/narr/configuration.rst
+++ b/docs/narr/configuration.rst
@@ -57,6 +57,9 @@ There are a number of different mechanisms you may use to configure
and *declarative* configuration. We'll examine both modes in the
sections which follow.
+.. index::
+ pair: imperative; helloworld
+
.. _helloworld_imperative:
Hello World, Configured Imperatively
@@ -175,6 +178,9 @@ but return a response with the body ``Hello world!``; the
``goodbye_world`` view callable returns a response with the body
``Goodbye world!``.
+.. index::
+ pair: traversal; introduction
+
.. _traversal_intro:
An Introduction to Traversal
@@ -259,6 +265,10 @@ sole possible URL that will resolve to the ``goodbye_world`` in this
application the URL ``'/goodbye'`` because it is the only URL that
will resolve to the :term:`view name` of ``goodbye``.
+.. index::
+ pair: imperative; configuration
+ single: Configurator
+
.. _helloworld_imperative_appconfig:
Application Configuration
@@ -458,6 +468,11 @@ registry, meaning that code which attempts to use the application
registry :term:`thread local` will no longer obtain the registry
associated with the configurator.
+.. index::
+ single: make_wsgi_app
+ pair: WSGI; application
+ triple: WSGI; application; creation
+
WSGI Application Creation
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -515,6 +530,10 @@ a good deal of what's going on "under the hood" when we configure a
:mod:`repoze.bfg` application imperatively. However, another mode of
configuration exists named *declarative* configuration.
+.. index::
+ pair: helloworld; declarative
+ single: helloworld
+
.. _helloworld_declarative:
Hello World, Configured Declaratively
@@ -804,6 +823,9 @@ tag. Other such tags include ``<route>``, ``<scan>``, ``<notfound>``,
"macro" which calls methods on the
:class:`repoze.bfg.configuration.Configurator` object on your behalf.
+.. index::
+ pair: ZCML; conflict detection
+
ZCML Conflict Detection
~~~~~~~~~~~~~~~~~~~~~~~