oslo.utils/doc/source/api
Victor Stinner 7f57de5bb2 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."

For new modules, add the versionadded tag in the module top
docstring, not on each type/function.

Add fileutils to documentation. The doc part was forgotten during the
graduation.

Add docstrings to convert versions of versionutils.

I used "git blame" + "git tag --contains=SHA1" to find these version,
and then I checked manually each version.

Change-Id: Ia2f00aa29eb36410a49fc1d350896a569a7737a1
2015-10-17 10:53:34 +02:00
..
encodeutils.rst Move files out of the namespace package 2015-01-06 17:07:36 -05:00
eventletutils.rst Add a eventlet utils helper module 2015-02-10 12:57:28 -08:00
excutils.rst Move files out of the namespace package 2015-01-06 17:07:36 -05:00
fileutils.rst Use versionadded and versionchanged in doc 2015-10-17 10:53:34 +02:00
fixture.rst Add TimeFixture 2015-01-16 16:19:54 -06:00
importutils.rst Move files out of the namespace package 2015-01-06 17:07:36 -05:00
netutils.rst Move files out of the namespace package 2015-01-06 17:07:36 -05:00
reflection.rst Add missing reflection + uuidutils docs 2015-04-13 10:49:20 -07:00
strutils.rst Move files out of the namespace package 2015-01-06 17:07:36 -05:00
timeutils.rst Ensure stopwatch __enter__, __exit__ are in docs 2015-10-01 13:00:53 -07:00
units.rst Move files out of the namespace package 2015-01-06 17:07:36 -05:00
uuidutils.rst Add missing reflection + uuidutils docs 2015-04-13 10:49:20 -07:00
versionutils.rst versionutils: add version convert helper methods 2015-07-10 15:42:12 +08:00