blob: 2919b5c7fd281986e61430a89d2e78ebe09de2af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
:tocdepth: 2
.. _i18n-role-xref:
i18n role xref
==============
link to :term:`Some term`, :ref:`i18n-role-xref`, :doc:`index`.
.. _same-type-links:
same type links
=================
link to :term:`Some term` and :term:`Some other term`.
link to :ref:`i18n-role-xref`, :ref:`same-type-links` and :ref:`label <same-type-links>`.
link to :doc:`index` and :doc:`glossary_terms`.
link to :option:`-m` and :option:`--module`.
link to :envvar:`env1` and :envvar:`env2`.
link to :token:`token1` and :token:`token2`.
link to :keyword:`i18n-role-xref` and :keyword:`same-type-links`.
.. option:: -m <module>
.. option:: --module <module>
.. envvar:: env1
.. envvar:: env2
.. productionlist::
token_stmt: `token1` ":" `token2`
|