We have pretty good docstrings in our code and I think it's good to have documentation (auto-)generation. We can use Sphinx for this. The problem is, Sphinx uses reStructuredText markup so we probably need to learn it and convert our existing docstring to reST.
We have pretty good docstrings in our code and I think it's good to have documentation (auto-)generation. We can use Sphinx for this. The problem is, Sphinx uses reStructuredText markup so we probably need to learn it and convert our existing docstring to reST.