summaryrefslogtreecommitdiff
path: root/doc/source/usage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/usage.rst')
-rw-r--r--doc/source/usage.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
deleted file mode 100644
index e305244..0000000
--- a/doc/source/usage.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-========
-Usage
-========
-
-To use tempest-lib in a project::
-
- import tempest_lib
-
-:ref:`cli`
-----------
-The CLI testing framework allows you to test the command line interface for
-an OpenStack project's python-*client
-
-
-:ref:`decorators`
------------------
-These decorators enable common utility functions inside of your test suite
-
-
-:ref:`rest_client`
-------------------
-The base building block for making a project specific client
-
-