diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-09-24 02:17:53 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-09-24 02:17:53 +0000 |
| commit | facb92eeeb09844929e08b5435ae57f01de9da0a (patch) | |
| tree | e61f927d79161a498c3ad12f00a00c72b96cead2 /docs | |
| parent | afc4bba9d08233824977215429d3e0ca6fb9fa02 (diff) | |
| download | pyramid-facb92eeeb09844929e08b5435ae57f01de9da0a.tar.gz pyramid-facb92eeeb09844929e08b5435ae57f01de9da0a.tar.bz2 pyramid-facb92eeeb09844929e08b5435ae57f01de9da0a.zip | |
Add traversal diagram.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/modelgraphtraverser.png | bin | 0 -> 151498 bytes | |||
| -rw-r--r-- | docs/narr/traversal.rst | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/narr/modelgraphtraverser.png b/docs/narr/modelgraphtraverser.png Binary files differnew file mode 100644 index 000000000..523cd32c4 --- /dev/null +++ b/docs/narr/modelgraphtraverser.png diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 3ae963e1a..1a887dce8 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -77,6 +77,8 @@ 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: |
