summaryrefslogtreecommitdiff
path: root/docs/narr/urldispatch.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-29 01:03:37 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-29 01:03:37 +0200
commit479447a1ebc231096155290f918f563b884a3432 (patch)
tree3730de5600c2def710097c8de2db82abf047792b /docs/narr/urldispatch.rst
parentf9bb5acdef3322e549512ad721b2c351c0064e71 (diff)
downloadpyramid-479447a1ebc231096155290f918f563b884a3432.tar.gz
pyramid-479447a1ebc231096155290f918f563b884a3432.tar.bz2
pyramid-479447a1ebc231096155290f918f563b884a3432.zip
replace 'note' with the more correct 'versionadded' directive
Diffstat (limited to 'docs/narr/urldispatch.rst')
-rw-r--r--docs/narr/urldispatch.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index ec97bf3b2..749a2d49a 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -758,11 +758,8 @@ other non-``name`` and non-``pattern`` arguments to
exception to this rule is use of the ``pregenerator`` argument, which is not
ignored when ``static`` is ``True``.
-.. note::
-
- the ``static`` argument to
- :meth:`~pyramid.config.Configurator.add_route` is new as of :app:`Pyramid`
- 1.1.
+.. versionadded:: 1.1
+ the ``static`` argument to :meth:`~pyramid.config.Configurator.add_route`
.. index::
single: redirecting to slash-appended routes
@@ -906,7 +903,7 @@ routes configured in your application; for more information, see
Using a Route Prefix to Compose Applications
--------------------------------------------
-.. note:: This feature is new as of :app:`Pyramid` 1.2.
+.. versionadded:: 1.2
The :meth:`pyramid.config.Configurator.include` method allows configuration
statements to be included from separate files. See