docutils.parsers.rst.languages.es module

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

directives = {'advertencia': 'warning', 'atencion': 'attention', 'atención': 'attention', 'bloque-de-lineas': 'line-block', 'bloque-de-líneas': 'line-block', 'cabecera': 'header', 'cita-destacada': 'pull-quote', 'clase': 'class', 'code (translation required)': 'code', 'combinacion': 'compound', 'combinación': 'compound', 'consejo': 'tip', 'contenedor': 'container', 'contenido': 'contents', 'destacado': 'highlights', 'epigrafe': 'epigraph', 'epígrafe': 'epigraph', 'error': 'error', 'exhortacion': 'admonition', 'exhortación': 'admonition', 'fecha': 'date', 'figura': 'figure', 'firma': 'rubric', 'imagen': 'image', 'importante': 'important', 'incluir': 'include', 'literal-evaluado': 'parsed-literal', 'math (translation required)': 'math', 'meta': 'meta', 'nota': 'note', 'nota-al-margen': 'sidebar', 'notas-destino': 'target-notes', 'numeracion-seccion': 'sectnum', 'numeración-sección': 'sectnum', 'numseccion': 'sectnum', 'numsección': 'sectnum', 'peligro': 'danger', 'pie': 'footer', 'precaucion': 'caution', 'precaución': 'caution', 'reemplazar': 'replace', 'restructuredtext-test-directive': 'restructuredtext-test-directive', 'rol': 'role', 'rol-por-omision': 'default-role', 'rol-por-omisión': 'default-role', 'sin-analisis': 'raw', 'sin-análisis': 'raw', 'sugerencia': 'hint', 'tabla': 'table', 'tabla-csv': 'csv-table', 'tabla-lista': 'list-table', 'tabla-vsc': 'csv-table', 'tema': 'topic', 'titulo': 'title', 'título': 'title', 'unicode': 'unicode'}

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

roles = {'ab': 'abbreviation', 'abreviatura': 'abbreviation', 'ac': 'acronym', 'acronimo': 'acronym', 'code (translation required)': 'code', 'destacado': 'strong', 'destino': 'target', 'enfasis': 'emphasis', 'i': 'index', 'indice': 'index', 'literal': 'literal', 'math (translation required)': 'math', 'pep': 'pep-reference', 'referencia-anonima': 'anonymous-reference', 'referencia-anónima': 'anonymous-reference', 'referencia-cita': 'citation-reference', 'referencia-con-nombre': 'named-reference', 'referencia-nota-al-pie': 'footnote-reference', 'referencia-pep': 'pep-reference', 'referencia-rfc': 'rfc-reference', 'referencia-sustitucion': 'substitution-reference', 'referencia-sustitución': 'substitution-reference', 'referencia-titulo': 'title-reference', 'referencia-uri': 'uri-reference', 'rfc': 'rfc-reference', 'sin-analisis': 'raw', 'sin-análisis': 'raw', 'subindice': 'subscript', 'subíndice': 'subscript', 'superindice': 'superscript', 'superíndice': 'superscript', 't': 'title-reference', 'titulo': 'title-reference', 'uri': 'uri-reference', 'url': 'uri-reference', 'énfasis': 'emphasis'}

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