bundles / papyri 0.0.10 / papyri / nodes / FootnoteReference
class
papyri.nodes:FootnoteReference
source: /papyri/nodes.py :237
Signature
class FootnoteReference ( * args : Any , ** kwargs : Any ) → None Summary
Inline reference to a footnote, from RST source like [1]_, [#]_, [#name]_ or [*]_.
Extended Summary
label carries the raw footnote label ("1", "#", "#name", "*"). The renderer displays it as [label] and anchors it to #footnote-<label>.
Aliases
-
papyri.nodes.FootnoteReference