Getting python docstings

Stefan Behnel stefan_ml at behnel.de
Fri Feb 22 04:36:39 EST 2008


Rufman wrote:
> Does anyone know how to get docstrings (reStructuredText) out of
> python source code using docutils?

Depends on what you mean with "get ... out of". There are tools like epydoc
that generate source code documentation, maybe that's what you mean?

Stefan



More information about the Python-list mailing list