From c88d441533c46c80d3e08572013973446308ebd5 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 21 Jan 2011 04:04:45 -0500 Subject: - Added "What's New in Pyramid 1.0" chapter to HTML rendering of documentation. --- docs/narr/advconfig.rst | 2 ++ docs/narr/resources.rst | 2 ++ docs/narr/urldispatch.rst | 2 ++ 3 files changed, 6 insertions(+) (limited to 'docs/narr') 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 -- cgit v1.2.3