{ } Raw JSON

bundles / papyri latest / papyri / nodes / Citation

class

papyri.nodes:Citation

source: /papyri/nodes.py :220

Signature

class   Citation ( * args : Any ** kwargs : Any )  →  None

Summary

Block-level citation definition, from RST source like .. [CIT2002] Book title, Author, Year.

Extended Summary

label matches the identifier used in CitationReference nodes. children holds the body paragraphs of the citation. The renderer emits this with id="cite-<label>" so CitationReference anchors scroll to it.

Aliases

  • papyri.nodes.Citation