summaryrefslogtreecommitdiffstats
path: root/Doc/tools/support.py
Commit message (Collapse)AuthorAgeFilesLines
* Do a little bit more to try and add <link> elements to the header, not thatFred Drake2001-10-221-1/+10
| | | | | | | Mozilla 0.9.5 can make intelligent use of them. Specifically, this causes the "Acknowledgements" and "Global Module Index" pages to acquire "up" links in the Mozilla "Site Navigation Bar". This partially responds to SF bug #469772.
* Jon Nelson <jnelson@users.sourceforge.net>:Fred Drake2001-02-121-4/+5
| | | | Make the documentation tools compatibile with Python 2.0.
* Better add at least a short docstring to the module!Fred Drake2000-10-051-1/+5
|
* Factor out some of the presentation and shared code from mkmodindex andFred Drake2000-10-051-0/+144
a mkackshtml (not yet checked in).