roxygen2 equivalent for python -
i want create documentation package written in python.
when create package in r, roxygen2 me.
is there python/pandas equivalent?
you use sphinx, can parse source code , generate module documentation function docstrings.
specifically, autodoc features: http://sphinx-doc.org/ext/autodoc.html
Comments
Post a Comment