[plug] python help index

Russell Steicke r.steicke at bom.gov.au
Sat Jul 9 22:27:41 WST 2005


On Sat, Jul 09, 2005 at 09:52:23PM +0800, Caleb Duggan wrote:
> is there a way to get to some sort of an index with all the python  
> commands?
> i asked on #python and they said "pydoc -g IIRC" or "info python2.3-lib"  
> but neither of them go to an index search thing....i want the one like  
> what you get in the windows version of python......or like the index thing  
> in MSDN

I'm not sure what you get in windows python, or what the MSDN index
looks like, but I generally use the index for the library reference
when searching for something in python:

  http://python.org/doc/2.3.5/lib/genindex.html

That's for python 2.3.  There are equivalent places for 2.2 or 2.4.
On a debian box with python2.3-doc and apache2 installed, you can see
the same thing at

  http://localhost/doc/python2.3-doc/html/lib/genindex.html


-- 
Russell Steicke

-- Fortune says:
There is an old time toast which is golden for its beauty.
"When you ascend the hill of prosperity may you not meet a friend."
		-- Mark Twain



More information about the plug mailing list