Really great stuff you didn't know you had. #4 - Pydocs.

Dale Strickland-Clark dale at riverhall.NOSPAMco.uk
Wed Oct 3 11:21:11 EDT 2001


I never really had time to hunt through the stuff that came with my
Python dist. to find what goodies lay hidden within.

But by accident the other day while looking for info on docstrings, I
came upon PyDoc, which, on my system is at:

C:\Python21\Tools\Scripts\pydoc.pyw

What a brilliant program this is!

If you run it, it creates an http server that serves up docs generated
from your Python modules.

Just point a web browser at the port and browse.

Great stuff. Thanks Ka-Ping Yee
--
Dale Strickland-Clark
Riverhall Systems Ltd



More information about the Python-list mailing list