mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix docstring; structure of index node has changed since Sphinx-1.4
This commit is contained in:
@@ -116,8 +116,8 @@ class index(nodes.Invisible, nodes.Inline, nodes.TextElement):
|
||||
"""Node for index entries.
|
||||
|
||||
This node is created by the ``index`` directive and has one attribute,
|
||||
``entries``. Its value is a list of 4-tuples of ``(entrytype, entryname,
|
||||
target, ignored)``.
|
||||
``entries``. Its value is a list of 5-tuples of ``(entrytype, entryname,
|
||||
target, ignored, key)``.
|
||||
|
||||
*entrytype* is one of "single", "pair", "double", "triple".
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user