]> granicus.if.org Git - python/commit
Script to fix up the Library Reference index so it's less ugly. The docstring:
authorFred Drake <fdrake@acm.org>
Mon, 9 Feb 1998 22:17:52 +0000 (22:17 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 9 Feb 1998 22:17:52 +0000 (22:17 +0000)
commitdd244a0b9eeef2d0d8f6a3375eee4b5f88067ac4
tree574cb95acb34cb2318f4cfc6a0c2f4a674baf824
parent1624a507e6ebd2146272c116f2a66549b9105a6e
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.
Doc/indfix.py [new file with mode: 0755]
Doc/tools/indfix.py [new file with mode: 0755]