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:
parent
9fa906d6b7
commit
a7132fa2d7
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
|
||||
usage
|
||||
contributing
|
||||
cli
|
||||
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
0.0.1
|
||||
-----
|
||||
* Adds cli testing framework
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
Loading…
x
Reference in New Issue
Block a user