atelier.sphinxconf.complex_tables¶
(This module’s source code is available here.)
Defines the textimage and complextable directives.
Functions
| setup(app) |
Classes
| ComplexTableDirective(name, arguments, ...) | Defines the complextable directive. |
| InsertInputDirective(name, arguments, ...) | Base class for directives that work by generating rst markup to be forwarded to state_machine.insert_input(). |
| TextImageDirective(name, arguments, options, ...) | Defines the textimage directive. |
- class atelier.sphinxconf.complex_tables.ComplexTableDirective(name, arguments, options, content, lineno, content_offset, block_text, state, state_machine)¶
Defines the complextable directive.