Closed kozo2 closed 9 years ago
Almost done.
I should follow the way of comments in numpy and matplotlib. I will reformat all.
Ok, I reformatted almost all docstrings.
Please refer the following to add a docstring:
https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
We need to fix
ERROR: Unknown directive type "autosummary".
Add lines to conf.py as follows:
extensions = [
'sphinx.ext.autodoc',
'numpydoc',
'sphinx.ext.autosummary'
]
numpydoc_show_class_members = False
It looks working nicely for me. See http://stackoverflow.com/questions/20334804/sphinx-autodoc-and-numpydoc also.
Done. Move to Pull Request for docstring
branch.