ociu / sphinx-traceability-extension

Traceability extension for Sphinx documentation generator
GNU General Public License v3.0
30 stars 13 forks source link

add: autodoc integration test/example #14

Closed fkromer closed 8 years ago

fkromer commented 8 years ago

Example and sphinx-testing test input. For verification of basic autodoc integration/compatibility.

For manual build use line 19-21 and line 30 and run sphinx-build -b html . _build in the directory tests/docs/autodoc/docs/.

The test code (tests/docs/autodoc/package/test/test_code.py) is not processed and output in the generated html files (tests/docs/autodoc/docs/_build/*.html) for some reason i do not know right now. But maybe you can give me a hint and the example output should be still helpful.