| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Make the documentation tools work with Python 1.5.2.
[Slightly modified from submitted patch. --FLD]
This closes SF bug #132005.
|
|
|
|
| |
Make the documentation tools compatibile with Python 2.0.
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
processing and style information directly.
|
|
|
|
|
|
|
| |
different browsers resolve the conflicts differently, and the "proper"
resolution is not what we actually want.
Reported by Peter Funk <pf@artcom-gmbh.de>.
|
|
|
|
| |
Small nits in the layout of the generated markup.
|
| |
|
| |
|
|
|
|
| |
add a useful usage message. Use 'mkmodindex --help' to display it.
|
| |
|
|
like modindex.html, create a combined modindex.html file that lists
all the modules. Takes the same parameters as buildindex.py.
|