[eispice] Pydoc Hint
- From: Thomas Traber <thomas.traber@xxxxxxx>
- To: eispice@xxxxxxxxxxxxx
- Date: Sun, 11 Nov 2007 17:23:23 +0100
Hi,
maybe some eispice users are not aware of pydoc (like me ;-) )
$ pydoc -g
opens a gui where you can enter a search string e.g. "eispice".
This opens your web browser and shows the eispice docstrings in HTML.
Alternatively you can start a pydoc server:
$ pydoc -p 8099
This lets you access all python documentation via http://localhost:8099
You can also convert specific module documentation in HTML format to a
file:
$ pydoc -w eispice
Sorry, I don't know whether there can be switched on recursion.
Regards,
Thomas
------------------------------------------------------------------
To unsubscribe from the eispice list send an email to:
eispice-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field
- Follow-Ups:
- [eispice] Re: Pydoc Hint
- From: Charles Eidsness
Other related posts:
- » [eispice] Pydoc Hint
- » [eispice] Re: Pydoc Hint
- [eispice] Re: Pydoc Hint
- From: Charles Eidsness