sphinx_licenseinfo.nodes

Custom docutils nodes.

Classes:

custom_transition([rawsource])

Docutils node for a transition line.

flushright_text([rawsource, text])

Docutils node for a paragraph that will be displayed as flushleft with the LaTeX builder.

license_info([rawsource, text])

Docutils node representing information about a license.

class custom_transition(rawsource='', *children, **attributes)[source]

Bases: Structural, Element

Docutils node for a transition line.

See also

docutils.nodes.transition

class flushright_text(rawsource='', text='', *children, **attributes)[source]

Bases: paragraph

Docutils node for a paragraph that will be displayed as flushleft with the LaTeX builder.

class license_info(rawsource='', text='', *children, **attributes)[source]

Bases: paragraph

Docutils node representing information about a license.

Parameters
  • rawsource (str) – Default ''.

  • text (str) – Default ''.

  • *children (Node)

  • license (License) – The license object itself.

  • **attributes