kmkurn / pytorch-crf

(Linear-chain) Conditional random field in PyTorch.
https://pytorch-crf.readthedocs.io
MIT License
938 stars 151 forks source link

Setup proper documentation #14

Closed kmkurn closed 5 years ago

kmkurn commented 6 years ago

All docstrings are already in numpy-style, so the docs can be generated with Sphinx. The docs can be hosted in readthedocs.org. Adding proper tutorial might be nice as well.