diff options
| author | Fred Drake <fdrake@acm.org> | 1998-02-09 22:17:52 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-02-09 22:17:52 +0000 |
| commit | dd244a0b9eeef2d0d8f6a3375eee4b5f88067ac4 (patch) | |
| tree | 574cb95acb34cb2318f4cfc6a0c2f4a674baf824 /Doc/lib/libhtmllib.tex | |
| parent | 1624a507e6ebd2146272c116f2a66549b9105a6e (diff) | |
| download | cpython-git-dd244a0b9eeef2d0d8f6a3375eee4b5f88067ac4.tar.gz | |
Script to fix up the Library Reference index so it's less ugly. The docstring:
"""Combine similar index entries into an entry and subentries.
For example:
\item {foobar} (in module flotz), 23
\item {foobar} (in module whackit), 4323
becomes
\item {foobar}
\subitem in module flotz, 23
\subitem in module whackit, 4323
Note that an item which matches the format of a collapsable item but which
isn't part of a group of similar items is not modified.
"""
This results in a much more readable index, with less repitition of text;
especially for common method names.
Diffstat (limited to 'Doc/lib/libhtmllib.tex')
0 files changed, 0 insertions, 0 deletions
