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/traversal.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/narr/traversal.rst') diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 3476622d5..e59212728 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -13,6 +13,11 @@ Python class or any :term:`interface` attached to it). If :mod:`repoze.bfg` finds a :term:`view` for the context, it calls it and returns a response to the user. +.. index:: + single: object graph + single: traversal graph + single: model graph + The Object Graph ---------------- @@ -55,6 +60,9 @@ concept of :term:`model` objects used by many other frameworks (and :mod:`repoze.bfg` APIs often refers to them as "models", as well). They are typically instances of Python classes. +.. index:: + single: traversal behavior + .. _traversal_behavior: :mod:`repoze.bfg` Traversal Behavior @@ -240,6 +248,9 @@ code to execute: In either case, the result is returned upstream via the :term:`WSGI` protocol. +.. index:: + pair: traversal; example + A Traversal Example ------------------- @@ -361,6 +372,9 @@ There are two special cases: views that may have the same names as model instance names in the graph unambiguously. +.. index:: + pair: traversal; side-effects + .. _traversal_related_side_effects: Traversal-Related Side Effects @@ -402,6 +416,9 @@ will be a sequence representing the ordered set of names that were used to traverse to the virtual root object. See :ref:`vhosting_chapter` for more information about virtual roots. +.. index:: + pair: debugging; not found errors + .. _debug_notfound_section: :exc:`NotFound` Errors @@ -416,6 +433,9 @@ be printed to ``stderr``, and the browser representation of the error will include the same information. See :ref:`environment_chapter` for more information about how and where to set these values. +.. index:: + pair: traversal; unicode + Traversal and Unicode --------------------- -- cgit v1.2.3