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

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

Reply via email to