summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst13
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 3e0451383..e1eacfeae 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -130,15 +130,10 @@ method expected to return a response, you can either:
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 ``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.
-
-.. note::
- You can also create :term:`view handler` classes that define
- multiple view callables similar to "controllers" in Pylons 1.0. See
- the :ref:`handlers_chapter` chapter for details.
+.. 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 calling convention