summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2013-01-29 09:14:42 -0800
committerTres Seaver <tseaver@palladion.com>2013-01-29 09:14:42 -0800
commit514c866c9915491306ad2e05e79b6faa6f79ea63 (patch)
treea6f5879b3d30b047852fe4426bb333ace415b18c /docs/api
parent53460a00c726186c605280958c88a82dd31aec83 (diff)
parent3778e8fc2ff2f26d768c8bf6ea2563349a83acc2 (diff)
downloadpyramid-514c866c9915491306ad2e05e79b6faa6f79ea63.tar.gz
pyramid-514c866c9915491306ad2e05e79b6faa6f79ea63.tar.bz2
pyramid-514c866c9915491306ad2e05e79b6faa6f79ea63.zip
Merge pull request #815 from tshepang/temp
some pyramid.config API documentation improvements
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/config.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst
index e6a67830e..39d504348 100644
--- a/docs/api/config.rst
+++ b/docs/api/config.rst
@@ -108,9 +108,7 @@
:class:`pyramid.registry.Introspectable` class (used during
directives to provide introspection to actions).
- .. note::
-
- This attribute is new as of :app:`Pyramid` 1.3.
+ .. versionadded:: 1.3
.. attribute:: introspector
@@ -118,9 +116,7 @@
instance implementing the :class:`pyramid.interfaces.IIntrospector`
interface.
- .. note::
-
- This attribute is new as of :app:`Pyramid` 1.3.
+ .. versionadded:: 1.3
.. attribute:: registry