diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-31 18:24:18 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-31 18:24:18 -0700 |
| commit | ee50aec09576620537ff68895cfb81fd4663a45f (patch) | |
| tree | 948d2dc30b9492d8f54437cf5078a5d50ac75d00 /docs/narr/views.rst | |
| parent | 45cc6fcd6a8e4c093e734f7fdbc69878d4df2bb4 (diff) | |
| download | pyramid-ee50aec09576620537ff68895cfb81fd4663a45f.tar.gz pyramid-ee50aec09576620537ff68895cfb81fd4663a45f.tar.bz2 pyramid-ee50aec09576620537ff68895cfb81fd4663a45f.zip | |
Remove resource location chapter and move intro parts to url dispatch. The new much ado about traversal chapter takes care of selling traversal now
Diffstat (limited to 'docs/narr/views.rst')
| -rw-r--r-- | docs/narr/views.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index ad28e48d4..81f3e644f 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -17,11 +17,11 @@ request made to your application. that implements a view *callable*, and the process of view *lookup*. -The chapter :ref:`resourcelocation_chapter` describes how, using information -from the :term:`request`, a :term:`context` resource is computed. But the -context resource itself isn't very useful without an associated :term:`view -callable`. A view callable returns a response to a user, often using the -context resource to do so. +The :ref:`urldispatch_chapter`, and :ref:`traversal_chapter` describes how, +using information from the :term:`request`, a :term:`context` resource is +computed. But the context resource itself isn't very useful without an +associated :term:`view callable`. A view callable returns a response to a +user, often using the context resource to do so. The job of actually locating and invoking the "best" :term:`view callable` is the job of the :term:`view lookup` subsystem. The view lookup subsystem |
