summaryrefslogtreecommitdiff
path: root/docs/narr/hybrid.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-20 06:10:38 -0400
committerChris McDonough <chrism@plope.com>2011-07-20 06:10:38 -0400
commit6ce1e0cf1a141767ee0aca70786c15dd993347c5 (patch)
treeed279497d354709b63d0fdc2c1e71cb88c424df7 /docs/narr/hybrid.rst
parent9dfd3436711d6ef5f4a759f43acca859a9391c26 (diff)
downloadpyramid-6ce1e0cf1a141767ee0aca70786c15dd993347c5.tar.gz
pyramid-6ce1e0cf1a141767ee0aca70786c15dd993347c5.tar.bz2
pyramid-6ce1e0cf1a141767ee0aca70786c15dd993347c5.zip
add more index markers
Diffstat (limited to 'docs/narr/hybrid.rst')
-rw-r--r--docs/narr/hybrid.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst
index a0a6a108c..ab1bf20bb 100644
--- a/docs/narr/hybrid.rst
+++ b/docs/narr/hybrid.rst
@@ -79,6 +79,9 @@ Typically, an application that uses traversal exclusively won't perform any
calls to :meth:`pyramid.config.Configurator.add_route` in its startup
code.
+.. index::
+ single: hybrid applications
+
Hybrid Applications
-------------------
@@ -177,6 +180,9 @@ match is straightforward. When a route is matched:
root factory were explained previously within
:ref:`the_resource_tree`.
+.. index::
+ pair: hybrid applications; *traverse route pattern
+
.. _using_traverse_in_a_route_pattern:
Using ``*traverse`` In a Route Pattern
@@ -400,6 +406,9 @@ Traversal will begin at the root object implied by this route (either
the global root, or the object returned by the ``factory`` associated
with this route).
+.. index::
+ pair: hybrid applications; global views
+
Making Global Views Match
+++++++++++++++++++++++++
@@ -420,6 +429,7 @@ attribute.
config.add_view('myproject.views.bazbuz', name='bazbuz')
.. index::
+ pair: hybrid applications; *subpath
single: route subpath
single: subpath (route)
@@ -454,6 +464,9 @@ commonly in route declarations that look like this:
:class:`pyramid.static.static_view`. This effectively tells the static
helper to traverse everything in the subpath as a filename.
+.. index::
+ pair: hybrid applications; corner cases
+
Corner Cases
------------