docutils.parsers.rst.languages.af module

Afrikaans-language mappings for language-dependent features of reStructuredText.

directives = {'aandag': 'attention', 'beeld': 'image', 'belangrik': 'important', 'code (translation required)': 'code', 'compound (translation required)': 'compound', 'container (translation required)': 'container', 'csv-table (translation required)': 'csv-table', 'datum': 'date', 'default-role (translation required)': 'default-role', 'epigraaf': 'epigraph', 'figuur': 'figure', 'footer (translation required)': 'footer', 'fout': 'error', 'gevaar': 'danger', 'header (translation required)': 'header', 'hoogtepunte': 'highlights', 'inhoud': 'contents', 'insluiting': 'include', 'kantstreep': 'sidebar', 'klas': 'class', 'list-table (translation required)': 'list-table', 'lynblok': 'line-block', 'math (translation required)': 'math', 'meta': 'meta', 'nota': 'note', 'onderwerp': 'topic', 'parsed-literal (translation required)': 'parsed-literal', 'pull-quote (translation required)': 'pull-quote', 'restructuredtext-test-directive': 'restructuredtext-test-directive', 'role (translation required)': 'role', 'rou': 'raw', 'rubriek': 'rubric', 'section-numbering': 'sectnum', 'sectnum': 'sectnum', 'table (translation required)': 'table', 'teikennotas': 'target-notes', 'tip': 'tip', 'title (translation required)': 'title', 'unicode': 'unicode', 'vermaning': 'admonition', 'versigtig': 'caution', 'vervang': 'replace', 'waarskuwing': 'warning', 'wenk': 'hint'}

Afrikaans name to registered (in directives/__init__.py) directive name mapping.

roles = {'aanhalingverwysing': 'citation-reference', 'ab': 'abbreviation', 'ac': 'acronym', 'afkorting': 'abbreviation', 'akroniem': 'acronym', 'anonieme verwysing': 'anonymous-reference', 'benoemde verwysing': 'named-reference', 'boskrif': 'superscript', 'code (translation required)': 'code', 'i': 'index', 'indeks': 'index', 'literal (translation required)': 'literal', 'math (translation required)': 'math', 'nadruk': 'emphasis', 'pep': 'pep-reference', 'pep-verwysing': 'pep-reference', 'rfc': 'rfc-reference', 'rfc-verwysing': 'rfc-reference', 'rou': 'raw', 'sterk': 'strong', 'sub': 'subscript', 'sup': 'superscript', 't': 'title-reference', 'teiken': 'target', 'titel': 'title-reference', 'titelverwysing': 'title-reference', 'uri': 'uri-reference', 'uri-verwysing': 'uri-reference', 'url': 'uri-reference', 'vervangingsverwysing': 'substitution-reference', 'voetnootverwysing': 'footnote-reference', 'voetskrif': 'subscript'}

Mapping of Afrikaans role names to canonical names for interpreted text.