summaryrefslogtreecommitdiffstats
path: root/Doc/tools/buildindex.py
Commit message (Collapse)AuthorAgeFilesLines
* Deal with macros that have to be replaced with simple text; only aFred Drake2004-07-081-4/+14
| | | | | | | couple of these are currently found in index data, but these should all be handled in the same way. Closes SF bug #952737.
* make the generated HTML more XHTML friendlyFred Drake2003-11-251-7/+8
|
* Use string methods.Fred Drake2002-10-161-3/+3
|
* Make this do the right thing with entries which start with the percent sign,Fred Drake2001-12-261-30/+54
| | | | | | | | | in response to Skip's comments in SF bug #487165. Make use of string methods instead of string module functions in most places. Add (and make the default) a way to collapse symbol entries into a single "Symbols" section in the generated index. This is similar to what makeindex does, but does not include entries beginning with an underscore.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-3/+25
|
* process_nodes(): New function.Fred Drake1999-02-241-6/+10
| | | | | main(): Moved the node processing between input and ouptut to process_nodes().
* Make the _rmtt regular expression deal with the new CSS-friendlyFred Drake1999-02-181-1/+2
| | | | changes to the HTML documentation.
* Remove obsolete comment.Fred Drake1999-01-051-1/+0
|
* trim_ignored_letters(): Simplify a little.Fred Drake1999-01-041-6/+6
|
* Print a line to the console reporting the number of index nodesFred Drake1998-12-281-2/+6
| | | | processed. This can be interesting to see.
* The letter headings must be requested explicitly with --letters.Fred Drake1998-08-071-5/+15
|
* Allow multi-column indexes to be produced.Fred Drake1998-08-071-6/+60
|
* Minor housing cleaning in HTML that gets generated.Fred Drake1998-04-111-2/+2
|
* Nearly a complete re-write.Fred Drake1998-04-081-85/+133
| | | | | | Basically, it now works and produces a nice-looking HTML index. Shows some promise for extensibility, but still young. Needs useful comments.
* First (rough) cut at HTML index generation in Python. Not very pretty, butFred Drake1998-03-271-0/+211
easier to work with than the Perl code.