summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2011-01-17 12:00:37 -0700
committerCasey Duncan <casey.duncan@gmail.com>2011-01-17 12:00:37 -0700
commitbd3c7d796f940f8b7296631b8a3466fd00bc16f7 (patch)
tree03547fa989487dee4df8e6fb70d45b9ee1f5f6ad /docs/narr/views.rst
parente849fee8351f77d1a2afd97748dd14e3603c47a8 (diff)
parent566004501e8a28c0ba8f8c882ca5ea0742e5d285 (diff)
downloadpyramid-bd3c7d796f940f8b7296631b8a3466fd00bc16f7.tar.gz
pyramid-bd3c7d796f940f8b7296631b8a3466fd00bc16f7.tar.bz2
pyramid-bd3c7d796f940f8b7296631b8a3466fd00bc16f7.zip
fix merge conflict
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 4a54a6b16..3e0451383 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -130,8 +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.
-- treat the class as a :term:`view handler` by using it as the ``handler=``
- argument of a call to :meth:`pyramid.config.Configurator.add_handler`.
+.. 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