Extracting documentation for user relevant functions only?

Anton81 berrybear at gmx.net
Mon Nov 28 10:43:39 EST 2005


Hi,

I've written a python script and added short docstrings. Now I'd like to
create a short overview of commands the user can use. However I don't want
the internal stuff that I also commented. Is there a way to create a fancy
documentation (e.g. pydoc) of certain functions only?

Anton



More information about the Python-list mailing list