From 8c56ae41b6f0221d72f1a255ce1a3ac467b98d79 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 22:47:08 +0000 Subject: - Added manual index entries to generated index. --- docs/narr/hooks.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/narr/hooks.rst') diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 6bfd99e52..990290744 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -6,6 +6,9 @@ Using Hooks "Hooks" can be used to influence the behavior of the :mod:`repoze.bfg` framework in various ways. +.. index:: + pair: not found view; changing + .. _changing_the_notfound_view: Changing the Not Found View @@ -70,6 +73,9 @@ Here's some sample code that implements a minimal NotFound view: ``debug_notfound`` environment setting is true than it is when it is false. +.. index:: + pair: forbidden view; changing + .. _changing_the_forbidden_view: Changing the Forbidden View @@ -148,6 +154,9 @@ Here's some sample code that implements a minimal forbidden view: an alternate forbidden view. For example, it would make sense to return a response with a ``403 Forbidden`` status code. +.. index:: + pair: traverser; changing + .. _changing_the_traverser: Changing the Traverser @@ -242,6 +251,9 @@ wild" within `repoze.bfg.traversalwrapper `_ and `repoze.bfg.metatg `_. +.. index:: + pair: url generator; changing + Changing How :mod:`repoze.bfg.url.model_url` Generates a URL ------------------------------------------------------------ -- cgit v1.2.3