summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 6acb1d28d..1c9529860 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -35,6 +35,9 @@ This chapter describes how view callables work. In the
:ref:`view_config_chapter` chapter, there are details about performing
view configuration, and a detailed explanation of view lookup.
+.. index::
+ single: view callables
+
View Callables
--------------
@@ -586,6 +589,9 @@ 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: Pylons-style controller dispatch
+
Pylons-1.0-Style "Controller" Dispatch
--------------------------------------