summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2014-09-05 21:37:34 -0400
committerMatthew Treinish <mtreinish@kortar.org>2014-09-08 13:57:25 +0000
commita7132fa2d744563d5ccfce9b9480e8c7813b8cad (patch)
treeebe2e2869be684b2f6ffee4f9dc9d4d404ddf48a
parent9fa906d6b7ee1c78b9b3bf2d2e0692e949959f68 (diff)
downloadtempest-lib-a7132fa2d744563d5ccfce9b9480e8c7813b8cad.tar.gz
Add docs for docstrings in cli to sphinx output
This commit updates the sphinx docs to include the docstrings for the tempest_lib.cli module to the output from sphinx. Change-Id: I854e63497836e77a90040bbf1d1a2011a6e873a8
-rw-r--r--doc/source/cli.rst13
-rw-r--r--doc/source/index.rst9
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/cli.rst b/doc/source/cli.rst
new file mode 100644
index 0000000..33e0110
--- /dev/null
+++ b/doc/source/cli.rst
@@ -0,0 +1,13 @@
+-------------------
+The cli.base module
+-------------------
+
+.. automodule:: tempest_lib.cli.base
+ :members:
+
+----------------------------
+The cli.output_parser module
+----------------------------
+
+.. automodule:: tempest_lib.cli.output_parser
+ :members:
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 2b2dc59..1416604 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -15,6 +15,15 @@ Contents:
installation
usage
contributing
+ cli
+
+Release Notes
+=============
+
+0.0.1
+-----
+ * Adds cli testing framework
+
Indices and tables
==================