diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-23 01:43:48 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-23 02:40:06 +0200 |
| commit | 0b23b34cf7f759d7f2895696b8ec07c3a4d1e80a (patch) | |
| tree | a2f1c6253486e7a6a580f011e7b6dd1404c7b909 /docs/api/config.rst | |
| parent | a3f67c1b06e5aba8f1e712a196660354ad17893c (diff) | |
| download | pyramid-0b23b34cf7f759d7f2895696b8ec07c3a4d1e80a.tar.gz pyramid-0b23b34cf7f759d7f2895696b8ec07c3a4d1e80a.tar.bz2 pyramid-0b23b34cf7f759d7f2895696b8ec07c3a4d1e80a.zip | |
pyramid.config: take advantage of some Sphinx directives
* versionadded
* versionchanged
* deprecated
Diffstat (limited to 'docs/api/config.rst')
| -rw-r--r-- | docs/api/config.rst | 8 |
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 |
