diff options
| author | georg.brandl <devnull@localhost> | 2008-05-04 17:57:11 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-05-04 17:57:11 +0000 |
| commit | 2a32e4d213fde0079660155de4798f5ebb60a956 (patch) | |
| tree | 2d9b9ce1f5d923e480107b57c3ea004b832434db /doc/ext/autodoc.rst | |
| parent | 20a69a69bfa61f7894d81859e1e8a433a3051929 (diff) | |
| download | sphinx-2a32e4d213fde0079660155de4798f5ebb60a956.tar.gz | |
Rename version to 0.3.
Diffstat (limited to 'doc/ext/autodoc.rst')
| -rw-r--r-- | doc/ext/autodoc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ext/autodoc.rst b/doc/ext/autodoc.rst index 80c6942c..3f2b395e 100644 --- a/doc/ext/autodoc.rst +++ b/doc/ext/autodoc.rst @@ -63,7 +63,7 @@ directive. Members without docstrings will be left out, unless you give the ``undoc-members`` flag option. - .. versionadded:: 0.2.1 + .. versionadded:: 0.3 For classes and exceptions, members inherited from base classes will be left out, unless you give the ``inherited-members`` flag option. @@ -123,4 +123,4 @@ There are also new config values that you can set: ``"init"`` Only the ``__init__`` method's docstring is inserted. - .. versionadded:: 0.2.1 + .. versionadded:: 0.3 |
