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/tutorials/cmf/skins.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/tutorials') diff --git a/docs/tutorials/cmf/skins.rst b/docs/tutorials/cmf/skins.rst index 549fb4621..5f5c2c447 100644 --- a/docs/tutorials/cmf/skins.rst +++ b/docs/tutorials/cmf/skins.rst @@ -18,9 +18,8 @@ for more information about resource overrides. While there is no analogue to a skin layer search path for locating Python code (as opposed to resources), :term:`view` code combined with -differing :term:`request type` attributes can provide a good deal of -the same sort of behavior. See -:ref:`using_an_event_to_vary_the_request_type` for more information. +differing :term:`predicate` arguments can provide a good deal of +the same sort of behavior. Relatedly, the `repoze.bfg.skins `_ package is an attempt to -- cgit v1.2.3