From 8c56ae41b6f0221d72f1a255ce1a3ac467b98d79 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 22:47:08 +0000 Subject: - Added manual index entries to generated index. --- docs/narr/hybrid.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/narr/hybrid.rst') diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst index a08425a5a..14cb1d4ab 100644 --- a/docs/narr/hybrid.rst +++ b/docs/narr/hybrid.rst @@ -100,6 +100,9 @@ code just won't have any ```` declarations. Instead, its ZCML above will match the URL ``/a/b/c/foobar`` or ``/foobar``, etc, assuming that no view is named "a", "b", or "c" during traversal. +.. index:: + single: hybrid mode application + Hybrid Applications ------------------- @@ -199,6 +202,10 @@ It's :term:`view name` will be looked for during traversal. So if our URL is "http://example.com/one/two/a/another", the ``.views.another`` view will be called. +.. index:: + pair: route; factory + single: route factory + Route Factories --------------- @@ -218,6 +225,9 @@ In this way, each route can use a different factory, making it possible to traverse different graphs based on some routing parameter within the same application. +.. index:: + pair: subpath; route + .. _star_subpath: Using ``*subpath`` in a Route Path @@ -453,6 +463,9 @@ you must the special ``*traverse`` token to the route's "path"., e.g.: route_name="abc" /> +.. index:: + pair: route; ordering + Route Ordering ~~~~~~~~~~~~~~ -- cgit v1.2.3