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
This commit is contained in:
Matthew Treinish 2014-09-05 21:37:34 -04:00
parent 9fa906d6b7
commit a7132fa2d7
2 changed files with 22 additions and 0 deletions

13
doc/source/cli.rst Normal file
View File

@ -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:

View File

@ -15,6 +15,15 @@ Contents:
installation
usage
contributing
cli
Release Notes
=============
0.0.1
-----
* Adds cli testing framework
Indices and tables
==================