summaryrefslogtreecommitdiff
path: root/docs/narr/environment.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/environment.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/environment.rst')
-rw-r--r--docs/narr/environment.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst
index 5f3dc345c..e56c2602f 100644
--- a/docs/narr/environment.rst
+++ b/docs/narr/environment.rst
@@ -1,3 +1,20 @@
+.. index::
+ single: environment variables
+ single: settings
+ single: reload
+ single: configure.zcml
+ single: configure_zcml
+ single: debug_authorization
+ single: reload_resources
+ single: debug_notfound
+ single: debug_all
+ single: reload_all
+ pair: debug; settings
+ pair: reload; settings
+ pair: environment; variables
+ pair: ini file; settings
+ pair: PasteDeploy; settings
+
.. _environment_chapter:
Environment Variables and ``.ini`` File Settings
@@ -107,6 +124,9 @@ with ``reload_``). on in one fell swoop, you can use
effect settings that do not start with ``reload_*`` such as
``debug_notfound``.
+.. index::
+ pair: reload_templates; reload_resources
+
Understanding the Distinction Between ``reload_templates`` and ``reload_resources``
-----------------------------------------------------------------------------------