summaryrefslogtreecommitdiff
path: root/docs/narr/traversal.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-30 15:39:01 -0800
committerChris McDonough <chrism@plope.com>2012-01-30 15:39:01 -0800
commitffe63527e341f742cd77cbb7c72ff5a973ee8d77 (patch)
tree4f56efdb34644dde638a0b2725334854a2d5883d /docs/narr/traversal.rst
parentbfe8046689b9f9b4273df773a43be19080958193 (diff)
parent3f8e72a2412866ca937d5e95679813c00367ed0a (diff)
downloadpyramid-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.rst7
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