diff options
Diffstat (limited to 'sphinx/addnodes.py')
| -rw-r--r-- | sphinx/addnodes.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py index 311aa232b..8c4e39e75 100644 --- a/sphinx/addnodes.py +++ b/sphinx/addnodes.py @@ -120,6 +120,10 @@ class index(nodes.Invisible, nodes.Inline, nodes.TextElement): target, ignored, key)``. *entrytype* is one of "single", "pair", "double", "triple". + + *key* is categolziation characters (usually it is single character) for + general index page. For the detail of this, please see also: + :rst:directive:`glossary` and issue #2320. """ |
