This PR adds HTML docs to the project. They have to be tweaked a bit after #150 goes in, but I'll be doing that shortly. ping me on slack if you want to see a preview, or just pull down this branch, install the new requirements, navigate to deep_qa/src/main/python/deep_qa/doc/ and then run make html. Then, youll find the built html files in doc/built_.
todo in future PRs: add more narrative, user-guide-esque docs and fix the mangled docstrings and add more docstrings.
This PR adds HTML docs to the project. They have to be tweaked a bit after #150 goes in, but I'll be doing that shortly. ping me on slack if you want to see a preview, or just pull down this branch, install the new requirements, navigate to
deep_qa/src/main/python/deep_qa/doc/
and then runmake html
. Then, youll find the built html files indoc/built_
.todo in future PRs: add more narrative, user-guide-esque docs and fix the mangled docstrings and add more docstrings.