diff options
| -rw-r--r-- | docs/narr/views.rst | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index c3723c05f..155ece8df 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -561,13 +561,10 @@ View configuration is performed in one of these ways: :term:`view handler` class (useful only for :term:`URL dispatch` applications). -.. note:: You can also add view configuration by adding a ``<view>`` or - ``<handler>`` declaration to :term:`ZCML` used by your application as per - :ref:`mapping_views_using_zcml_section`, :ref:`view_directive`, and - :ref:`handler_directive`. - -.. note:: ZCML users can use :ref:`route_directive` to perform the same task. - See also :ref:`zcml_route_configuration`. +.. note:: You can also add view configuration by adding a ``<view>``, + ``<route>`` or ``<handler>`` declaration to :term:`ZCML` used by your + application as per :ref:`mapping_views_using_zcml_section`, + :ref:`view_directive`, :ref:`route_directive` or :ref:`handler_directive`. .. _view_configuration_parameters: |
