rstgen.sphinxconf.complex_tables

Defines the textimage and complextable directives.

Functions

setup(app)

Classes

CardsDirective(name, arguments, options, ...)

Defines the cards directive.

ComplexTableDirective(name, arguments, ...)

Defines the complextable directive.

TextImageDirective(name, arguments, options, ...)

Defines the textimage directive.

class rstgen.sphinxconf.complex_tables.TextImageDirective(name, arguments, options, content, lineno, content_offset, block_text, state, state_machine)

Bases: InsertInputDirective

Defines the textimage directive.

class rstgen.sphinxconf.complex_tables.ComplexTableDirective(name, arguments, options, content, lineno, content_offset, block_text, state, state_machine)

Bases: InsertInputDirective

Defines the complextable directive.

class rstgen.sphinxconf.complex_tables.CardsDirective(name, arguments, options, content, lineno, content_offset, block_text, state, state_machine)

Bases: InsertInputDirective

Defines the cards directive.