|
gmath
0.3
About: Gnome-Python mathematical environment
Fossies Dox: gmath-0.3.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
Classes | |
| class | MyHTMLParser |
| class | MyWriter |
| class | docreader |
Functions | |
| def | build_std_nodes |
| def | build_std_index |
Variables | |
| string | __version__ = '0.1.0' |
| string | __author__ = 'Janko Hauser <jhauser@starship.python.net>' |
| string | pager = 'less' |
| START docreader.py – read Python HTML docs from the command line. More... | |
| int | DEBUG = 0 |
| tuple | help = docreader(('/home/aurag/GMatH/NumPyDoc/NumPy',)) |
| def NumPySession.GMatH_docindex.build_std_index | ( | docdir, | |
| docindex | |||
| ) |
Definition at line 259 of file GMatH_docindex.py.
| def NumPySession.GMatH_docindex.build_std_nodes | ( | docdir) |
Definition at line 237 of file GMatH_docindex.py.
| string NumPySession.GMatH_docindex.__author__ = 'Janko Hauser <jhauser@starship.python.net>' |
Definition at line 7 of file GMatH_docindex.py.
| string NumPySession.GMatH_docindex.__version__ = '0.1.0' |
Definition at line 6 of file GMatH_docindex.py.
| int NumPySession.GMatH_docindex.DEBUG = 0 |
Definition at line 84 of file GMatH_docindex.py.
| tuple NumPySession.GMatH_docindex.help = docreader(('/home/aurag/GMatH/NumPyDoc/NumPy',)) |
Definition at line 417 of file GMatH_docindex.py.
| string NumPySession.GMatH_docindex.pager = 'less' |
START docreader.py – read Python HTML docs from the command line.
docreader builds a dictionary of terms from the index of the Python Library HTML documentation. The user is prompted to enter a term. If there is only one entry for the term, the section of the relevant document node is displayed. If there is more than one entry, a numbered list of index entries for that term is displayed. Individual entries can be read by entering the list item number. docreader will exit if a null string is entered as a search term. Setup: The global variables docdir, contents_doc and pager must be set according to your particular configuration. Changes: 14-Mar-1998 Created 15-Mar-1998 Added MyWriter class taken from Tony Ibbs 'html2text.py' Jim Eggleston jimegg@gol.com
Change these according to your configuration (This is now done in the shell class
Definition at line 51 of file GMatH_docindex.py.