initial seed for tempest doc directory
This is a first bit of experiment to get a doc tree for tempest
that will publish our doc content to the web as part of a larger
QA doc guide.
Update some of the base READMEs to be a little more accurate,
now that we're going to be pushing them to the web.
Added tox [venv] to ensure that docs get built
Change-Id: Id54e8fbc1d884525087630106e17b37dc1206cc9
diff --git a/doc/source/index.rst b/doc/source/index.rst
new file mode 100644
index 0000000..e37e250
--- /dev/null
+++ b/doc/source/index.rst
@@ -0,0 +1,36 @@
+.. Tempest documentation master file, created by
+ sphinx-quickstart on Tue May 21 17:43:32 2013.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Tempest Testing Project
+===================================
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+ overview
+
+
+Field Guide:
+
+.. toctree::
+ :maxdepth: 2
+
+ field_guide/index
+ field_guide/api
+ field_guide/cli
+ field_guide/scenario
+ field_guide/stress
+ field_guide/thirdparty
+ field_guide/whitebox
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`