summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-10-15 11:55:04 +0200
committerVictor Stinner <vstinner@redhat.com>2015-10-22 13:40:27 +0200
commitde44226faedf3c06ff50579a49a39f173f5010b0 (patch)
tree60ba6ece1d1dc1fcda7c6ab0839cbea733627611 /doc
parentd5cee91507c0e782d71dc512d45aad6330ed4b3b (diff)
downloadoslo-config-de44226faedf3c06ff50579a49a39f173f5010b0.tar.gz
Use versionadded and versionchanged in doc
Document in which version new types and functions were added using ".. versionadded:: x.y". Document changes using ".. versionchanged:: x.y." When a whole module was added in a version, use the versionadded tag in the module top docstring, not on each type/function. I used "git blame" + "git tag --contains=SHA1" to find these version, and then I checked manually each version. Change-Id: Ieb8b3cbb1cb71a98cb714c410635b5c45f1afb08
Diffstat (limited to 'doc')
-rw-r--r--doc/source/generator.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/generator.rst b/doc/source/generator.rst
index ea577ee..aab05b0 100644
--- a/doc/source/generator.rst
+++ b/doc/source/generator.rst
@@ -16,6 +16,8 @@ namespaces::
$> oslo-config-generator --namespace myapp --namespace oslo.messaging > myapp.conf
+.. versionadded:: 1.4
+
Defining Option Discovery Entry Points
--------------------------------------