Generate temepst API doc from source

This change adds an rst file for every tempest module, with the
'automodule' macro.

The root of the API documetation will be in the 'API and test cases'
section on the main page.

https://review.openstack.org/39427

Change-Id: I4065a24328dc85bb158b15bdfddb10ee0839916b
This commit is contained in:
Attila Fazekas 2013-07-30 15:59:49 +02:00 committed by Gerrit Code Review
parent 45af53f736
commit 6c7e8d9a23
2 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,13 @@ where your test contributions should go.
field_guide/thirdparty
field_guide/whitebox
------------------
API and test cases
------------------
.. toctree::
:maxdepth: 1
api/modules
==================
Indices and tables

View File

@ -35,3 +35,6 @@ source-dir = doc/source
# coverage http://pypi.python.org/pypi/coverage
# openstack-nose https://github.com/openstack-dev/openstack-nose
verbosity=2
[pbr]
autodoc_tree_index_modules=true