docutils.parsers.rst.languages.gl module

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

directives = {'admonición': 'admonition', 'advertencia': 'caution', 'atención': 'attention', 'aviso': 'warning', 'barra lateral': 'sidebar', 'bloque-liña': 'line-block', 'cabeceira': 'header', 'clase': 'class', 'code (translation required)': 'code', 'coller-citación': 'pull-quote', 'compor': 'compound', 'consello': 'tip', 'contido': 'contents', 'cru': 'raw', 'data': 'date', 'epígrafe': 'epigraph', 'erro': 'error', 'figura': 'figure', 'imaxe': 'image', 'importante': 'important', 'incluír': 'include', 'literal-analizado': 'parsed-literal', 'math (translation required)': 'math', 'meta': 'meta', 'nota': 'note', 'notas-destino': 'target-notes', 'perigo': 'danger', 'pista': 'hint', 'pé de páxina': 'footer', 'realzados': 'highlights', 'recipiente': 'container', 'regra': 'role', 'regra-predeterminada': 'default-role', 'rúbrica': 'rubric', 'sección-numerar': 'sectnum', 'seccnum': 'sectnum', 'substituír': 'replace', 'texto restruturado-proba-directiva': 'restructuredtext-test-directive', 'táboa': 'table', 'táboa-csv': 'csv-table', 'táboa-listaxe': 'list-table', 'título': 'title', 'tópico': 'topic', 'unicode': 'unicode'}

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

roles = {'ab': 'abbreviation', 'abreviatura': 'abbreviation', 'ac': 'acronym', 'acrónimo': 'acronym', 'code (translation required)': 'code', 'cru': 'raw', 'destino': 'target', 'forte': 'strong', 'i': 'index', 'literal': 'literal', 'math (translation required)': 'math', 'pep': 'pep-reference', 'referencia título': 'title-reference', 'referencia-anónimo': 'anonymous-reference', 'referencia-citación': 'citation-reference', 'referencia-nome': 'named-reference', 'referencia-nota ao pé': 'footnote-reference', 'referencia-pep': 'pep-reference', 'referencia-rfc': 'rfc-reference', 'referencia-substitución': 'substitution-reference', 'referencia-uri': 'uri-reference', 'rfc': 'rfc-reference', 'sub': 'subscript', 'subíndice': 'subscript', 'sup': 'superscript', 'superíndice': 'superscript', 't': 'title-reference', 'título': 'title-reference', 'uri': 'uri-reference', 'url': 'uri-reference', 'énfase': 'emphasis', 'índice': 'index'}

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