summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2014-07-08 18:26:18 +0100
committerMark McLoughlin <markmc@redhat.com>2014-07-08 18:26:18 +0100
commitb7b63bb71ef1dd4e92d21fd1d79d355725170735 (patch)
tree4ca5414bfcde37ee757797a08fc709466f6fdbdb
parent020e68d8e8fe6af19bd55aa13363e2f402d0af41 (diff)
downloadoslo-config-b7b63bb71ef1dd4e92d21fd1d79d355725170735.tar.gz
Hook up config fixture docs
Change-Id: I2da6ecfc2fafb09e8ce69733204a456b0e962ab6
-rw-r--r--doc/source/fixture.rst8
-rw-r--r--doc/source/index.rst1
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/fixture.rst b/doc/source/fixture.rst
new file mode 100644
index 0000000..b40d972
--- /dev/null
+++ b/doc/source/fixture.rst
@@ -0,0 +1,8 @@
+------------
+Test Fixture
+------------
+
+.. currentmodule:: oslo.config.fixture
+
+.. autoclass:: Config
+ :members:
diff --git a/doc/source/index.rst b/doc/source/index.rst
index edfc4fb..9116e42 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -16,6 +16,7 @@ Contents
configopts
cfgfilter
helpers
+ fixture
parser
exceptions
styleguide