allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 132 forks source link

Added buildable sphinx docs #155

Closed nelson-liu closed 7 years ago

nelson-liu commented 7 years ago

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.

nelson-liu commented 7 years ago

superseded by #156 , closing