From 125e9746a5da925243dabf67b2609b556bb9215a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 28 Dec 2009 04:12:10 +0000 Subject: Adjust for 7.5x9.25in output. --- docs/narr/traversal.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr/traversal.rst') diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index e59212728..acf2b7493 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -161,8 +161,6 @@ the :term:`context`. How :mod:`repoze.bfg` Processes a Request Using Traversal --------------------------------------------------------- -.. image:: modelgraphtraverser.png - When a user requests a page from your :mod:`repoze.bfg` -powered application, the system uses this algorithm to determine which Python code to execute: @@ -248,6 +246,8 @@ code to execute: In either case, the result is returned upstream via the :term:`WSGI` protocol. +.. image:: modelgraphtraverser.png + .. index:: pair: traversal; example -- cgit v1.2.3