summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-30 18:34:11 -0500
committerChris McDonough <chrism@plope.com>2011-01-30 18:34:11 -0500
commita9ff226bdeaa43d03759e9605cb8b51fb961979b (patch)
tree26214eb7a4b8445e0c66f9240bd72090e7b4b1fe /docs/narr
parent288072c4b28789a7d599d2d224ada5e18a57abd7 (diff)
downloadpyramid-a9ff226bdeaa43d03759e9605cb8b51fb961979b.tar.gz
pyramid-a9ff226bdeaa43d03759e9605cb8b51fb961979b.tar.bz2
pyramid-a9ff226bdeaa43d03759e9605cb8b51fb961979b.zip
fix references
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/resources.rst4
-rw-r--r--docs/narr/urldispatch.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst
index 90dd34bfe..a11466a87 100644
--- a/docs/narr/resources.rst
+++ b/docs/narr/resources.rst
@@ -205,12 +205,12 @@ 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
+.. _generating_the_url_of_a_resource:
+
Generating The URL Of A Resource
--------------------------------
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index db6977feb..ac74ed014 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -1019,12 +1019,12 @@ 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
+.. _displaying_application_routes:
+
Displaying All Application Routes
---------------------------------