mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
20 lines
376 B
ReStructuredText
20 lines
376 B
ReStructuredText
Index markup
|
|
------------
|
|
|
|
.. index::
|
|
single: entry
|
|
pair: entry; pair
|
|
double: entry; double
|
|
triple: index; entry; triple
|
|
keyword: with
|
|
see: from; to
|
|
seealso: fromalso; toalso
|
|
|
|
.. index::
|
|
!Main, !Other
|
|
!single: entry; pair
|
|
|
|
.. index:: triple-quoted string, Unicode Consortium, raw string
|
|
single: """; string literal
|
|
single: '''; string literal
|