![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|

Public Member Functions | |
| str | __repr__ (self) |
| __post_init__ (self) | |
| "MdParserConfig" | copy (self, **Any kwargs) |
| tuple[dc.Field,...] | get_fields (cls) |
| dict | as_dict (self, dict_factory=dict) |
| Iterable[tuple[str, Any, dc.Field]] | as_triple (self) |
Static Public Attributes | |
| bool | commonmark_only |
| bool | gfm_only |
| set | enable_extensions |
| Iterable | disable_syntax |
| bool | all_links_external |
| bool | links_external_new_tab |
| dict | url_schemes |
| Iterable | ref_domains |
| set | fence_as_directive |
| Sequence | number_code_blocks |
| bool | title_to_header |
| int | heading_anchors |
| Callable | heading_slug_func |
| dict | html_meta |
| bool | footnote_sort |
| bool | footnote_transition |
| int | words_per_minute |
| dict | substitutions |
| tuple | sub_delimiters |
| bool | linkify_fuzzy_links |
| bool | dmath_allow_labels |
| bool | dmath_allow_space |
| bool | dmath_allow_digits |
| bool | dmath_double_inline |
| bool | update_mathjax |
| str | mathjax_classes |
| bool | enable_checkboxes |
| Sequence | suppress_warnings |
| bool | highlight_code_blocks |
| dict | inventories |
Configuration options for the Markdown Parser. Note in the sphinx configuration these option names are prepended with ``myst_``
| str myst_parser.config.main.MdParserConfig.__repr__ | ( | self | ) |
Return a string representation of the config.
| dict myst_parser.config.main.MdParserConfig.as_dict | ( | self, | |
dict_factory = dict |
|||
| ) |
Return a dictionary of field name -> value.
| Iterable[tuple[str, Any, dc.Field]] myst_parser.config.main.MdParserConfig.as_triple | ( | self | ) |
Yield triples of (name, value, field).
| "MdParserConfig" myst_parser.config.main.MdParserConfig.copy | ( | self, | |
| **Any | kwargs | ||
| ) |
Return a new object replacing specified fields with new values. Note: initiating the copy will also validate the new fields.
| tuple[dc.Field, ...] myst_parser.config.main.MdParserConfig.get_fields | ( | cls | ) |
Return all attribute fields in this class.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |