summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-11 03:57:25 -0400
committerChris McDonough <chrism@plope.com>2011-07-11 03:57:25 -0400
commitf98cb5d2acd274df2507f822bdc269860e39a169 (patch)
tree0858588c13ae6f628acdf2741f83291d120e19ca /docs/narr
parent9a68e59789106f19d39537daa01d30479da87a40 (diff)
downloadpyramid-f98cb5d2acd274df2507f822bdc269860e39a169.tar.gz
pyramid-f98cb5d2acd274df2507f822bdc269860e39a169.tar.bz2
pyramid-f98cb5d2acd274df2507f822bdc269860e39a169.zip
move mention of controllers to end
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/views.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 2a0aae0ed..6acb1d28d 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -129,11 +129,6 @@ statements with different ``attr`` values, each pointing at a different
method of the class if you'd like the class to represent a collection of
related view callables.
-.. note:: A package named :term:`pyramid_handlers` (available from PyPI)
- provides an analogue of :term:`Pylons` -style "controllers", which are a
- special kind of view class which provides more automation when your
- application uses :term:`URL dispatch` solely.
-
.. index::
single: view response
single: response
@@ -591,3 +586,11 @@ callable code itself.
No matter which view calling convention is used, the view code always has
access to the context via ``request.context``.
+Pylons-1.0-Style "Controller" Dispatch
+--------------------------------------
+
+A package named :term:`pyramid_handlers` (available from PyPI) provides an
+analogue of :term:`Pylons` -style "controllers", which are a special kind of
+view class which provides more automation when your application uses
+:term:`URL dispatch` solely.
+