• Fred Drake's avatar
    Script to fix up the Library Reference index so it's less ugly. The docstring: · dd244a0b
    Fred Drake yazdı
    """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.
    dd244a0b
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...