File: footnote_symbols.rst

package info (click to toggle)
sphinx-toolbox 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,936 kB
  • sloc: python: 11,668; sh: 27; javascript: 25; makefile: 17
file content (19 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
:orphan:

=====================================
sphinx-toolbox Demo - footnotes
=====================================

Some text [*]_

Some more text [*]_

Sometimes [*]_ strange things happen.

.. [*] An auto-symbol footnote
.. [*] Another footnote
.. [*] A footnote with lots of content.

  .. code-block:: python

      print("Look ma! I'm in a footnote")