mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
"""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.
|
||
|---|---|---|
| .. | ||
| custlib.py | ||
| fix.el | ||
| fix_hack | ||
| fix_libaux.sed | ||
| indfix.py | ||
| keywords.py | ||
| modindex.py | ||
| partparse.py | ||
| texi2html.py | ||
| text2latex.py | ||
| whichlibs | ||