From 831da8a6969703d79c4efb27a96c734140babf45 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 26 Dec 2009 19:23:29 +0000 Subject: - Created new top-level documentation section: "ZCML Directives". This section contains detailed ZCML directive information, some of which was removed from various narrative chapters. --- docs/narr/resources.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/narr/resources.rst') diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index 91e4aee92..53d01c920 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -227,7 +227,7 @@ templates and static files. Any software which uses the :func:`pkg_resources.get_resource_string` APIs will obtain an overridden file when an override is used. -.. _resource_directive: +.. _resource_zcml_directive: The ``resource`` ZCML Directive ------------------------------- @@ -293,3 +293,4 @@ For example: override_with="another.package:templates/" /> +See also :ref:`resource_directive`. -- cgit v1.2.3