skeleton#
The init file of the extension.
This is where the extension is loaded and the sphinx builder is extended.
Submodules#
Package Contents#
Classes#
A demo directive simply setting the text in bold. |
|
The demo sphinxrole interpreter. |
|
The demo node. |
Functions#
|
Add icon node to the sphinx builder. |
Attributes#
- class skeleton.DemoDirective(name, arguments, options, content, lineno, content_offset, block_text, state, state_machine)[source]#
Bases:
sphinx.util.docutils.SphinxDirectiveA demo directive simply setting the text in bold.
- arguments = 1#
- final_argument_whitespace = False#
- has_content = True#
- class skeleton.DemoRole[source]#
Bases:
sphinx.util.docutils.SphinxRoleThe demo sphinxrole interpreter.
- class skeleton.demo_node(rawsource='', *children, **attributes)[source]#
Bases:
docutils.nodes.General,docutils.nodes.ElementThe demo node.