From 9834f2a0d95126001d32c34b4f2bec2b980df55e Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 2 Apr 2012 18:49:39 -0400 Subject: addressed #327 --- docs/narr/views.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index c3bbbd50e..59bc16e6b 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -571,6 +571,16 @@ callable code itself. No matter which view calling convention is used, the view code always has access to the context via ``request.context``. +.. index:: + single: Passing in configuration variables + +.. _passing_in_config_variables: + +Passing Configuration Variables to a View +----------------------------------------- +For information on passing a variable from the configuration .ini files to a +view, see :ref:`deployment_settings`. + .. index:: single: Pylons-style controller dispatch -- cgit v1.2.3 From aa1b1eda9d2e507c2c0d7c12785d6f57bfa17129 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 2 Apr 2012 18:49:39 -0400 Subject: addressed #327 --- docs/narr/views.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index c3bbbd50e..f6ee9a8d5 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -571,6 +571,17 @@ callable code itself. No matter which view calling convention is used, the view code always has access to the context via ``request.context``. +.. index:: + single: Passing in configuration variables + +.. _passing_in_config_variables: + +Passing Configuration Variables to a View +----------------------------------------- + +For information on passing a variable from the configuration .ini files to a +view, see :ref:`deployment_settings`. + .. index:: single: Pylons-style controller dispatch -- cgit v1.2.3 From 77e06770dc174f4269c50bb5443c4b67bc6d3da2 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 2 Apr 2012 19:18:09 -0400 Subject: removed strange text that showed up --- docs/narr/views.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 6291f01b4..f6ee9a8d5 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -578,10 +578,7 @@ access to the context via ``request.context``. Passing Configuration Variables to a View ----------------------------------------- -<<<<<<< HEAD -======= ->>>>>>> 9834f2a0d95126001d32c34b4f2bec2b980df55e For information on passing a variable from the configuration .ini files to a view, see :ref:`deployment_settings`. -- cgit v1.2.3