Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
myst_parser.parsers.sphinx_.MystParser Class Reference
Inheritance diagram for myst_parser.parsers.sphinx_.MystParser:
Inheritance graph
[legend]
Collaboration diagram for myst_parser.parsers.sphinx_.MystParser:
Collaboration graph
[legend]

Public Member Functions

 get_transforms (self)
 
None parse (self, str inputstring, nodes.document document)
 

Static Public Attributes

tuple supported = ("md", "markdown", "myst")
 
 settings_spec = RstParser.settings_spec
 
str config_section = "myst parser"
 
tuple config_section_dependencies = ("parsers",)
 
 translate_section_name = None
 

Detailed Description

Sphinx parser for Markedly Structured Text (MyST).

Member Function Documentation

◆ parse()

None myst_parser.parsers.sphinx_.MystParser.parse (   self,
str  inputstring,
nodes.document  document 
)
Parse source text.

:param inputstring: The source string to parse
:param document: The root docutils node to add AST elements to

The documentation for this class was generated from the following file: