diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-21 04:04:45 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-21 04:04:45 -0500 |
| commit | c88d441533c46c80d3e08572013973446308ebd5 (patch) | |
| tree | 4a552771241776c8a66ade81be93665ccfe270ad /docs/narr | |
| parent | ddf07e7f1486b195bc337a3035f6852980a4d3d7 (diff) | |
| download | pyramid-c88d441533c46c80d3e08572013973446308ebd5.tar.gz pyramid-c88d441533c46c80d3e08572013973446308ebd5.tar.bz2 pyramid-c88d441533c46c80d3e08572013973446308ebd5.zip | |
- Added "What's New in Pyramid 1.0" chapter to HTML rendering of
documentation.
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/advconfig.rst | 2 | ||||
| -rw-r--r-- | docs/narr/resources.rst | 2 | ||||
| -rw-r--r-- | docs/narr/urldispatch.rst | 2 |
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 |
