Re: [Tutor] generating documentation for a module

2005-07-07 Thread Mike Hansen
> Subject: > Re: [Tutor] generating documentation for a module > From: > Wolfram Kraus <[EMAIL PROTECTED]> > Date: > Thu, 07 Jul 2005 16:17:11 +0200 > To: > tutor@python.org > > To: > tutor@python.org > > > Mike Hansen wrote: > >> Is the

Re: [Tutor] generating documentation for a module

2005-07-07 Thread Wolfram Kraus
Mike Hansen wrote: > Is there a utility that generates documentation for your python > modules/scripts/programs based on their doc strings that looks similar to the > library documentation on the python web site? > > What do you use to generate documentation for your python > modules/scripts/pr

[Tutor] generating documentation for a module

2005-07-07 Thread Mike Hansen
Is there a utility that generates documentation for your python modules/scripts/programs based on their doc strings that looks similar to the library documentation on the python web site? What do you use to generate documentation for your python modules/scripts/programs? Mike _