From bebaf6e856aced93dd5b0498fedd160bf7bf8947 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 17 Apr 2017 10:42:28 +0200 Subject: Use Sphinx to create API documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst (limited to 'docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst') diff --git a/docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst b/docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst new file mode 100644 index 00000000..60659a1e --- /dev/null +++ b/docs/api/apidoc/functest.opnfv_tests.sdn.odl.rst @@ -0,0 +1,15 @@ +functest.opnfv_tests.sdn.odl package +==================================== + +.. automodule:: functest.opnfv_tests.sdn.odl + :members: + :undoc-members: + :show-inheritance: + +Submodules +---------- + +.. toctree:: + + functest.opnfv_tests.sdn.odl.odl + -- cgit 1.2.3-korg