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 ==================