From a7132fa2d744563d5ccfce9b9480e8c7813b8cad Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 5 Sep 2014 21:37:34 -0400 Subject: [PATCH] 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 --- doc/source/cli.rst | 13 +++++++++++++ doc/source/index.rst | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 doc/source/cli.rst 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 ==================