Use Sphinx to create API documentation
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 17 Apr 2017 08:42:28 +0000 (10:42 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 18 Apr 2017 10:01:22 +0000 (12:01 +0200)
commitbebaf6e856aced93dd5b0498fedd160bf7bf8947
treed75b2be8f37355fbc94c73138ffb25d9418a6d8a
parent55bc0f6446ed71a37282de6bd08fb1ee42152378
Use Sphinx to create API documentation

The packages/modules which are part of Functest framework are parsed.
It also generates ODL TestCase API as it's well commented.

The content is simply referring to modules.

Change-Id: I873ae1535fc05c9d7e426f5fb54f9579eb01e6d1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
13 files changed:
docs/api/Makefile [new file with mode: 0644]
docs/api/apidoc/functest.core.feature.rst [new file with mode: 0644]
docs/api/apidoc/functest.core.rst [new file with mode: 0644]
docs/api/apidoc/functest.core.testcase.rst [new file with mode: 0644]
docs/api/apidoc/functest.core.vnf_base.rst [new file with mode: 0644]
docs/api/apidoc/functest.opnfv_tests.rst [new file with mode: 0644]
docs/api/apidoc/functest.opnfv_tests.sdn.odl.odl.rst [new file with mode: 0644]
docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst [new file with mode: 0644]
docs/api/apidoc/functest.opnfv_tests.sdn.rst [new file with mode: 0644]
docs/api/apidoc/functest.rst [new file with mode: 0644]
docs/api/apidoc/modules.rst [new file with mode: 0644]
docs/api/conf.py [new file with mode: 0644]
docs/api/index.rst [new file with mode: 0644]