diff options
| author | Chris McDonough <chrism@plope.com> | 2012-01-30 15:39:01 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-01-30 15:39:01 -0800 |
| commit | ffe63527e341f742cd77cbb7c72ff5a973ee8d77 (patch) | |
| tree | 4f56efdb34644dde638a0b2725334854a2d5883d /docs/narr/traversal.rst | |
| parent | bfe8046689b9f9b4273df773a43be19080958193 (diff) | |
| parent | 3f8e72a2412866ca937d5e95679813c00367ed0a (diff) | |
| download | pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.tar.gz pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.tar.bz2 pyramid-ffe63527e341f742cd77cbb7c72ff5a973ee8d77.zip | |
Merge pull request #422 from slinkp/master
Traversal docs: add a single-file example
Diffstat (limited to 'docs/narr/traversal.rst')
| -rw-r--r-- | docs/narr/traversal.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index ef875c8f0..8c5d950c1 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -3,6 +3,13 @@ Traversal ========= +This chapter explains the technical details of how traversal works in +Pyramid. + +For a quick example, see :doc:`hellotraversal`. + +For more about *why* you might use traversal, see :doc:`muchadoabouttraversal`. + A :term:`traversal` uses the URL (Universal Resource Locator) to find a :term:`resource` located in a :term:`resource tree`, which is a set of nested dictionary-like objects. Traversal is done by using each segment |
