class documentation

class BaseAdmonition(Directive): (source)

Known subclasses: docutils.parsers.rst.directives.admonitions.Admonition, docutils.parsers.rst.directives.admonitions.Attention, docutils.parsers.rst.directives.admonitions.Caution, docutils.parsers.rst.directives.admonitions.Danger, docutils.parsers.rst.directives.admonitions.Error, docutils.parsers.rst.directives.admonitions.Hint, docutils.parsers.rst.directives.admonitions.Important, docutils.parsers.rst.directives.admonitions.Note, docutils.parsers.rst.directives.admonitions.Tip, docutils.parsers.rst.directives.admonitions.Warning

View In Hierarchy

Undocumented

Method run Undocumented
Class Variable final​_argument​_whitespace May the final argument contain whitespace?
Class Variable has​_content May the directive have content?
Class Variable node​_class Subclasses must set this to the appropriate admonition node class.
Class Variable option​_spec Mapping of option names to validator functions.

Inherited from Directive:

Method __init__ Undocumented
Method add​_name Append self.options['name'] to node['names'] if it exists.
Method assert​_has​_content Throw an ERROR-level DirectiveError if the directive doesn't have contents.
Method debug Undocumented
Method directive​_error Return a DirectiveError suitable for being thrown as an exception.
Method error Undocumented
Method info Undocumented
Method severe Undocumented
Method warning Undocumented
Class Variable optional​_arguments Number of optional arguments after the required arguments.
Class Variable required​_arguments Number of required directive arguments.
Instance Variable arguments Undocumented
Instance Variable block​_text Undocumented
Instance Variable content Undocumented
Instance Variable content​_offset Undocumented
Instance Variable lineno Undocumented
Instance Variable name Undocumented
Instance Variable options Undocumented
Instance Variable state Undocumented
Instance Variable state​_machine Undocumented
def run(self): (source)

Undocumented

final_argument_whitespace: bool = (source)
May the final argument contain whitespace?
has_content: bool = (source)
May the directive have content?
node_class = (source)
Subclasses must set this to the appropriate admonition node class.
option_spec = (source)
Mapping of option names to validator functions.