K
Kenneth McDonald
I have a module I'd like to document using the same style...
Thanks,
Ken
Thanks,
Ken
Kenneth said:More seriously, there is a major problem with docstrings in that they
can only document something that has a docstring; classes, functions,
methods, and modules. But what if I have constants that are
important? The only place to document them is in the module
docstring, and everything else--examples, concepts, and so on--must
be thrown in there as well. But there are no agreed on formats and
processing pipelines that then allow such a large module docstring,
plus other docstrings, to produce a good final document.
It's too bad that there is no equivalent of d'oxygen for Python. That
is a _nice_ program.
Fredrik said:fwiw, that's one of reason why I developed PythonDoc (which supports
JavaDoc-style documentation for all the usual suspects, but also for con-
stants, attributes, and variables)
It's too bad that there is no equivalent of d'oxygen for Python. That
is a _nice_ program.
Help on module ElementTree:Robert said:The one thing I dislike about PythonDoc is that it puts everything into
comments and thus docstrings are usually neglected.
teaser:
Brett said:You get to spend all day in ipython?
Can I have your job?
Kenneth said:I have a module I'd like to document using the same style...
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.