1. 17 Dec, 1997 4 commits
    • Fred Drake's avatar
      gen_index_id(): New function. Construct an index key such that the sort · d33b8996
      Fred Drake authored
      	is stable and the form is only defined in one place, since we do
      	some fancy footwork with the keys to separate the defining instance
      	of a module reference from other references in the HTML index.
      
      make_index_entry():  Override the standard definition to use get_index_id().
      
      make_str_index_entry():  Moved to myformat.perl; only needed there.
      
      index_key_eq():  Override the standard definition.  Add key transforms to
      	remove extra junk from the end of the keys; it was only there to
      	maintain ordering.
      
      clean_key():  Remove key transform no longer needed at this stage, because
      	keeping it makes the sort unstable.
      
      add_idx():  Add key transforms to undo the mess we do to separate a module's
      	defining and reference entries.  Don't make the text bold.
      d33b8996
    • Fred Drake's avatar
      make_mod_index_entry(): New function. Create the index entry for a module. · 3926b20b
      Fred Drake authored
      my_module_index_helper():  Do the actual work for \*modindex{}, including
      	both the defining and reference forms.
      
      make_str_index_entry():  Moved from .latex2html-init; it's really specific
      	to the presentation.
      3926b20b
    • Guido van Rossum's avatar
    • Guido van Rossum's avatar
      AMK's latest · 6b4f001a
      Guido van Rossum authored
      6b4f001a
  2. 16 Dec, 1997 19 commits
  3. 15 Dec, 1997 17 commits