summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-root/footnote.txt
blob: 49cceeef75887eeba7a4f36f51a0a763ec291b9f (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
:tocdepth: 2

Testing footnote and citation
================================
.. #1058 footnote-backlinks-do-not-work

numbered footnote
--------------------

[1]_

auto-numbered footnote
------------------------------

[#]_

named footnote
--------------------

[#foo]_

citation
--------------------

[bar]_
[baz_qux]_

footnotes in table
--------------------

.. list-table:: Table caption [#]_
    :header-rows: 1

    * - name [#]_
      - description
    * - VIDIOC_CROPCAP
      - Information about VIDIOC_CROPCAP [#]_

footenotes
--------------------

.. rubric:: Footnotes

.. [1] numbered

.. [#] auto numbered

.. [#foo] named

.. rubric:: Citations

.. [bar] cite

.. [baz_qux] citation including underscore

.. [#] footnote in table caption

.. [#] footnote in table header

.. [#] footnote in table not in header