bundles / papyri 0.0.10 / papyri / nodes / Section
class
papyri.nodes:Section
source: /papyri/nodes.py :794
Signature
class Section ( * args : Any , ** kwargs : Any ) → None Members
Summary
Document section (heading + body).
Extended Summary
title is a tuple of inline nodes; an empty tuple means the section has no explicit heading (anonymous wrapper sections emitted by numpydoc parsers). level is the nesting depth (0 = top-level). target is the RST anchor label, if one was defined above this heading.
Aliases
-
papyri.directives.Section