summaryrefslogtreecommitdiffstats
path: root/Doc/tools/mkmodindex
Commit message (Collapse)AuthorAgeFilesLines
* Jon Nelson <jnelson@users.sourceforge.net>:Fred Drake2001-02-121-2/+2
| | | | | | | Make the documentation tools work with Python 1.5.2. [Slightly modified from submitted patch. --FLD] This closes SF bug #132005.
* Jon Nelson <jnelson@users.sourceforge.net>:Fred Drake2001-02-121-2/+2
| | | | Make the documentation tools compatibile with Python 2.0.
* Use a subclass of buildindex.Node to clean up the HTML and get theFred Drake2000-11-281-4/+18
| | | | | | ordering fixed up (this makes sure that "xml.dom" comes before "xml.dom.minidom" in the Module Index, which was not true before because some HTML cruft crept into the data structures).
* Use the new support module instead of including all the getoptFred Drake2000-10-051-113/+23
| | | | processing and style information directly.
* Remove styling information that conflicts with or duplicates the stylesheet;Fred Drake2000-10-041-3/+2
| | | | | | | different browsers resolve the conflicts differently, and the "proper" resolution is not what we actually want. Reported by Peter Funk <pf@artcom-gmbh.de>.
* Make the HTML more XHTML-friendly.Fred Drake2000-09-071-22/+22
| | | | Small nits in the layout of the generated markup.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-2/+3
|
* Oops, missed a couple of substitutions in the templates.Fred Drake1999-03-041-6/+9
|
* Allow many more aspects of the generated page to be parameterized, andFred Drake1999-03-041-63/+116
| | | | add a useful usage message. Use 'mkmodindex --help' to display it.
* Be more flexible to support platform annotations.Fred Drake1999-03-021-5/+25
|
* Script to combine module index files. Given a list of files that lookFred Drake1999-02-241-0/+136
like modindex.html, create a combined modindex.html file that lists all the modules. Takes the same parameters as buildindex.py.