summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-04-13 09:00:39 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-04-13 10:49:20 -0700
commit3a7fca5e9dc02ae605ebd8d53ebc5b16eadee771 (patch)
tree7c31ddbcaa79216866034f433d2ec56c50b6af41 /doc
parent8c4bae31586c82ab6ee866ec276532fff823933b (diff)
downloadoslo-utils-3a7fca5e9dc02ae605ebd8d53ebc5b16eadee771.tar.gz
Add missing reflection + uuidutils docs
These do not seem to have been created and made appear, so make them appear and make sure the exposed public API(s) have docstrings so that they appear in the generated docs. Change-Id: Ie34e46647b0b20d936ddaa15dc824d0e2d2ca99d
Diffstat (limited to 'doc')
-rw-r--r--doc/source/api/reflection.rst6
-rw-r--r--doc/source/api/uuidutils.rst6
-rw-r--r--doc/source/index.rst2
3 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/api/reflection.rst b/doc/source/api/reflection.rst
new file mode 100644
index 0000000..fc11d2b
--- /dev/null
+++ b/doc/source/api/reflection.rst
@@ -0,0 +1,6 @@
+============
+ reflection
+============
+
+.. automodule:: oslo_utils.reflection
+ :members:
diff --git a/doc/source/api/uuidutils.rst b/doc/source/api/uuidutils.rst
new file mode 100644
index 0000000..f1d03e9
--- /dev/null
+++ b/doc/source/api/uuidutils.rst
@@ -0,0 +1,6 @@
+===========
+ uuidutils
+===========
+
+.. automodule:: oslo_utils.uuidutils
+ :members:
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 6298026..7c5dcd2 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -25,9 +25,11 @@ API Documentation
api/fixture
api/importutils
api/netutils
+ api/reflection
api/strutils
api/timeutils
api/units
+ api/uuidutils
Indices and tables
==================