class PythonModuleIndex(Index):
Method | generate |
Get entries for the index. |
Class Variable | localname |
Undocumented |
Class Variable | name |
Undocumented |
Class Variable | shortname |
Undocumented |
Inherited from Index
:
Method | __init__ |
Undocumented |
Instance Variable | domain |
Undocumented |
sphinx.domains.Index.generate
Get entries for the index.
If docnames is given, restrict to entries referring to these docnames.
The return value is a tuple of (content, collapse):
A sequence of (letter, entries) tuples, where letter is the "heading" for the given entries, usually the starting letter, and entries is a sequence of single entries. Each entry is a sequence [name, subtype, docname, anchor, extra, qualifier, descr]. The items in this sequence have the following meaning:
The sub-entry related type. One of:
Qualifier and description are not rendered for some output formats such as LaTeX.
Parameters | |
docnames:Iterable[ | Undocumented |
Returns | |
Tuple[ | Undocumented |