diff options
Diffstat (limited to 'docs/narr/views.rst')
| -rw-r--r-- | docs/narr/views.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst index edbe03d82..6eb42a0cd 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -61,6 +61,8 @@ If a view happens to return something to the :mod:`repoze.bfg` publisher that does not implement this interface, the publisher will raise an error. +.. _mapping_views_to_urls_using_zcml_section: + Mapping Views to URLs Using ZCML -------------------------------- @@ -159,6 +161,8 @@ request_type called. See :ref:`view_request_types_section` for more information about view security and permissions. +.. _mapping_views_to_urls_using_a_decorator_section: + Mapping Views to URLs Using a Decorator --------------------------------------- |
