summaryrefslogtreecommitdiff
path: root/docs/narr/resources.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/resources.rst')
-rw-r--r--docs/narr/resources.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst
index 53d01c920..ce3c746cd 100644
--- a/docs/narr/resources.rst
+++ b/docs/narr/resources.rst
@@ -1,3 +1,6 @@
+.. index::
+ single: resources
+
.. _resources_chapter:
Resources
@@ -70,6 +73,10 @@ Package names often contain dots. For example, ``repoze.bfg`` is a
package. Resource names usually look a lot like relative UNIX file
paths.
+.. index::
+ single: overriding resources
+ pair: overriding; resources
+
.. _overriding_resources_section:
Overriding Resources
@@ -142,6 +149,9 @@ hammer" way to do the same thing is explained in
replace a :term:`view` wholesale rather than resources that might be
used by a view.
+.. index::
+ single: override_resource
+
.. _override_resource:
The ``override_resource`` API
@@ -227,6 +237,9 @@ 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.
+.. index::
+ pair: ZCML directive; resource
+
.. _resource_zcml_directive:
The ``resource`` ZCML Directive