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

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -