Open dzbee opened 6 years ago
Lets also set up something like Sphinx
I can write some documentation. Is there any direction besides making it Sphinx compatible?
(I'm from the DC cohort - @John Campbell on Slack)
There's thorough PEP conventions on docstrings: https://www.python.org/dev/peps/pep-0257/
Let's try to conform to those as much as we reasonably can.
There's also a nice answer on SO about docstring conventions and different documentation generators including Sphinx: https://stackoverflow.com/a/24385103/1714512
Docstrings for the various classes and functions. README for installation.