Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

0 views
Skip to first unread message

Dale Strickland-Clark

unread,
Oct 3, 2001, 11:21:11 AM10/3/01
to
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

Cameron Laird

unread,
Oct 3, 2001, 11:52:28 AM10/3/01
to
In article <uramrt8s8k654eea7...@4ax.com>,
.
.
.
Ka-Ping Yee indeed deserves recognition and thanks (and
not just for PyDoc).

Those who need more encouragement before they decide to
examine PyDoc for themselves are welcome to visit
<URL: http://www.onlamp.com/pub/a/python/2001/05/17/docstrings.html >
and
<URL: http://www.onlamp.com/pub/a/python/2001/04/18/pydoc.html >.
--

Cameron Laird <cla...@NeoSoft.com>
Business: http://www.Phaseit.net
Personal: http://starbase.neosoft.com/~claird/home.html

0 new messages