Simplified LaTeX index entries
Brought to you by:
edloper
When generating a LaTeX document all index entries specify the full path. Since the index elements are already nested this is redundant information and makes the index very long and not so easy to read. Also the trailing bracketed 'module', 'function' etc may not be desired by all users. There should be an option to have the index presented like.
mymodule
myclass
method1
method2
rather than the current:
mymodule (module)
mymodule.myclass (class)
mymodule.myclass.method1 (method)
mymodule.myclass.method2 (method)