summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/advconfig.rst2
-rw-r--r--docs/narr/resources.rst2
-rw-r--r--docs/narr/urldispatch.rst2
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index 1cdf1e945..20316dc77 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -403,6 +403,8 @@ constraints: the routes they imply require relative ordering. Such ordering
constraints are not absolved by two-phase configuration. Routes are still
added in configuration execution order.
+.. _add_directive:
+
Adding Methods to the Configurator via ``add_directive``
--------------------------------------------------------
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst
index c97b4c676..895d6c1c6 100644
--- a/docs/narr/resources.rst
+++ b/docs/narr/resources.rst
@@ -205,6 +205,8 @@ In general, since so much :app:`Pyramid` infrastructure depends on
location-aware resources, it's a good idea to make each resource in your tree
location-aware.
+.. _generating_the_url_of_a_resource:
+
.. index::
single: resource_url
pair: generating; resource url
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index a9057003f..f35befa45 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -1243,6 +1243,8 @@ which you started the application from. For example:
See :ref:`environment_chapter` for more information about how, and where to
set these values.
+.. _displaying_application_routes:
+
.. index::
pair: routes; printing
single: paster proutes