> 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 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
> 
> 
> Never used it, but this should do what you want:
> 
> http://docs.python.org/lib/module-pydoc.html
> 
> Batteries included ;-)
> HTH,
> Wolfram
> 

Duh... I should have noticed that. The html output is pretty good.

Thanks,

Mike
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to