Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More <link> support for generated pages. | Fred Drake | 2002-10-30 | 1 | -0/+17 |
| | |||||
* | Use string methods. Organize the imports in Python Normal Form. | Fred Drake | 2002-10-16 | 1 | -5/+5 |
| | |||||
* | Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, | Fred Drake | 2002-04-05 | 1 | -0/+2 |
| | | | | either. | ||||
* | Adjust to understand use of either single- or double-quotes to quote | Fred Drake | 2001-06-22 | 1 | -20/+23 |
| | | | | | | attribute values, and make the logic surrounding the platform annotations just a little easier to read. Also make the platform notes appear in the generated page; they were supposed to, but did not. | ||||
* | Jon Nelson <jnelson@users.sourceforge.net>: | Fred Drake | 2001-02-12 | 1 | -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 Drake | 2001-02-12 | 1 | -2/+2 |
| | | | | Make the documentation tools compatibile with Python 2.0. | ||||
* | Use a subclass of buildindex.Node to clean up the HTML and get the | Fred Drake | 2000-11-28 | 1 | -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 getopt | Fred Drake | 2000-10-05 | 1 | -113/+23 |
| | | | | processing and style information directly. | ||||
* | Remove styling information that conflicts with or duplicates the stylesheet; | Fred Drake | 2000-10-04 | 1 | -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 Drake | 2000-09-07 | 1 | -22/+22 |
| | | | | Small nits in the layout of the generated markup. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -2/+3 |
| | |||||
* | Oops, missed a couple of substitutions in the templates. | Fred Drake | 1999-03-04 | 1 | -6/+9 |
| | |||||
* | Allow many more aspects of the generated page to be parameterized, and | Fred Drake | 1999-03-04 | 1 | -63/+116 |
| | | | | add a useful usage message. Use 'mkmodindex --help' to display it. | ||||
* | Be more flexible to support platform annotations. | Fred Drake | 1999-03-02 | 1 | -5/+25 |
| | |||||
* | Script to combine module index files. Given a list of files that look | Fred Drake | 1999-02-24 | 1 | -0/+136 |
like modindex.html, create a combined modindex.html file that lists all the modules. Takes the same parameters as buildindex.py. |