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:
13
doc/source/cli.rst
Normal file
13
doc/source/cli.rst
Normal 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:
|
||||||
@@ -15,6 +15,15 @@ Contents:
|
|||||||
installation
|
installation
|
||||||
usage
|
usage
|
||||||
contributing
|
contributing
|
||||||
|
cli
|
||||||
|
|
||||||
|
Release Notes
|
||||||
|
=============
|
||||||
|
|
||||||
|
0.0.1
|
||||||
|
-----
|
||||||
|
* Adds cli testing framework
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|||||||
Reference in New Issue
Block a user