From e40eb200171e5917c4a8b7419127ae3e7b2af0ab Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 16:54:43 +0000 Subject: - Remove explanation of changing the request type in a new request event subscriber, as other predicates are now usually an easier way to get this done. --- docs/glossary.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 6ee6dc80b..491ad6d48 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -377,12 +377,10 @@ Glossary Request type An attribute of a :term:`request` that allows for specialization of view invocation based on arbitrary categorization. The every - :term:`request` object that bfg generates and manipulates has one - or more :term:`interface` objects attached to it. The default - interface attached to a request object is - ``repoze.bfg.interfaces.IRequest``. See - :ref:`using_an_event_to_vary_the_request_type` for more - information. + :term:`request` object that :mod:`repoze.bfg` generates and + manipulates has one or more :term:`interface` objects attached to + it. The default interface attached to a request object is + ``repoze.bfg.interfaces.IRequest``. repoze.lemonade Zope2 CMF-like `data structures and helper facilities `_ for CA-and-ZODB-based -- cgit v1.2.3