summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-02-03 02:34:53 +0000
committerChris McDonough <chrism@agendaless.com>2010-02-03 02:34:53 +0000
commitb538144a028116b3d4ed5bffa5ca30edaf32f191 (patch)
tree8ca0a26adddf37d6e71263ce12820c9c8b3c3a9d /docs/narr/traversal.rst
parent362061b24ce3f5d187a4a3a14f566c1653bccfb9 (diff)
downloadpyramid-b538144a028116b3d4ed5bffa5ca30edaf32f191.tar.gz
pyramid-b538144a028116b3d4ed5bffa5ca30edaf32f191.tar.bz2
pyramid-b538144a028116b3d4ed5bffa5ca30edaf32f191.zip
Make the hybrid chapter represent reality.
Diffstat (limited to 'docs/narr/traversal.rst')
-rw-r--r--docs/narr/traversal.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst
index eb53f94a7..126678f07 100644
--- a/docs/narr/traversal.rst
+++ b/docs/narr/traversal.rst
@@ -146,6 +146,8 @@ within the :ref:`views_chapter` chapter.
single: traversal graph
single: model graph
+.. _the_object_graph:
+
The Object Graph
----------------
@@ -180,7 +182,8 @@ named ``config``:
Using the ``root_factory`` argument to a
:class:`repoze.bfg.configuration.Configurator` constructor tells your
:mod:`repoze.bfg` application to call this root factory to generate a
-root object whenever a request enters the application.
+root object whenever a request enters the application. This root
+factory is also known as the global root factory.
A root factory is passed a :term:`request` object and it is expected
to return an object which represents the root of the object graph.