Graham Ashton said unto the world upon 2005-02-24 04:54:
Thanks Brian, much appreciated. Looks quite straightforward.
Graham
Hi Graham,
glad it helped -- I think this marks the first time I've given a
useful answer to a non-trivial question on comp.lang.python. :-)
G:
Hi. I'm looking for a docum
Thanks Brian, much appreciated. Looks quite straightforward.
Graham
--
http://mail.python.org/mailman/listinfo/python-list
Graham said unto the world upon 2005-02-23 09:42:
Hi. I'm looking for a documentation generation tool (such as pydoc,
epydoc, happydoc, etc.) that will allow me to filter what it includes
in
it's output.
I only want the reader to know about classes and methods in my package
if if the classes have d
Hi. I'm looking for a documentation generation tool (such as pydoc,
epydoc, happydoc, etc.) that will allow me to filter what it includes
in
it's output.
I only want the reader to know about classes and methods in my package
if if the classes have docstrings. I've got a large package that is
used