summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-05 00:19:19 -0400
committerChris McDonough <chrism@plope.com>2011-09-05 00:19:19 -0400
commitb4870b1d58f57cb20edefd4b0306615c0fc5a2e0 (patch)
treebbf80e716f87b7a0557a0489c33e8818bd849375
parent65b359f7f6b9bcb566a5fb74e0f78e4d096b628e (diff)
downloadpyramid-b4870b1d58f57cb20edefd4b0306615c0fc5a2e0.tar.gz
pyramid-b4870b1d58f57cb20edefd4b0306615c0fc5a2e0.tar.bz2
pyramid-b4870b1d58f57cb20edefd4b0306615c0fc5a2e0.zip
readd aliases to environment tables
-rw-r--r--docs/narr/environment.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst
index da93332c0..2ac094d47 100644
--- a/docs/narr/environment.rst
+++ b/docs/narr/environment.rst
@@ -51,7 +51,7 @@ third-party template rendering extensions.
| Environment Variable Name | Config File Setting Name |
+=================================+================================+
| ``PYRAMID_RELOAD_TEMPLATES`` | ``pyramid.reload_templates`` |
-| | |
+| | or ``reload_templates`` |
| | |
| | |
+---------------------------------+--------------------------------+
@@ -66,7 +66,7 @@ also :ref:`overriding_assets_section`.
| Environment Variable Name | Config File Setting Name |
+=================================+=============================+
| ``PYRAMID_RELOAD_ASSETS`` | ``pyramid.reload_assets`` |
-| | |
+| | or ``reload_assets`` |
| | |
| | |
+---------------------------------+-----------------------------+
@@ -85,7 +85,7 @@ when this value is true. See also :ref:`debug_authorization_section`.
| Environment Variable Name | Config File Setting Name |
+=================================+===================================+
| ``PYRAMID_DEBUG_AUTHORIZATION`` | ``pyramid.debug_authorization`` |
-| | |
+| | or ``debug_authorization`` |
| | |
| | |
+---------------------------------+-----------------------------------+
@@ -100,7 +100,7 @@ when this value is true. See also :ref:`debug_notfound_section`.
| Environment Variable Name | Config File Setting Name |
+=================================+==============================+
| ``PYRAMID_DEBUG_NOTFOUND`` | ``pyramid.debug_notfound`` |
-| | |
+| | or ``debug_notfound`` |
| | |
| | |
+---------------------------------+------------------------------+
@@ -115,7 +115,7 @@ this value is true. See also :ref:`debug_routematch_section`.
| Environment Variable Name | Config File Setting Name |
+=================================+================================+
| ``PYRAMID_DEBUG_ROUTEMATCH`` | ``pyramid.debug_routematch`` |
-| | |
+| | or ``debug_routematch`` |
| | |
| | |
+---------------------------------+--------------------------------+
@@ -134,7 +134,7 @@ feature when this is true. See also :ref:`influencing_http_caching`.
| Environment Variable Name | Config File Setting Name |
+=================================+==================================+
| ``PYRAMID_PREVENT_HTTP_CACHE`` | ``pyramid.prevent_http_cache`` |
-| | |
+| | or ``prevent_http_cache`` |
| | |
| | |
+---------------------------------+----------------------------------+
@@ -148,7 +148,7 @@ Turns on all ``debug*`` settings.
| Environment Variable Name | Config File Setting Name |
+=================================+=============================+
| ``PYRAMID_DEBUG_ALL`` | ``pyramid.debug_all`` |
-| | |
+| | or ``debug_all`` |
| | |
| | |
+---------------------------------+-----------------------------+
@@ -162,7 +162,7 @@ Turns on all ``reload*`` settings.
| Environment Variable Name | Config File Setting Name |
+=================================+=============================+
| ``PYRAMID_RELOAD_ALL`` | ``pyramid.reload_all`` |
-| | |
+| | or ``reload_all`` |
| | |
| | |
+---------------------------------+-----------------------------+
@@ -180,7 +180,7 @@ The value supplied here is used as the default locale name when a
| Environment Variable Name | Config File Setting Name |
+=================================+===================================+
| ``PYRAMID_DEFAULT_LOCALE_NAME`` | ``pyramid.default_locale_name`` |
-| | |
+| | or ``default_locale_name`` |
| | |
| | |
+---------------------------------+-----------------------------------+