docutils.parsers.rst.languages.it module

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

directives = {'ammonizione': 'admonition', 'annota-riferimenti-esterni': 'target-notes', 'argomento': 'topic', 'attenzione': 'attention', 'avvertenza': 'warning', 'blocco-di-righe': 'line-block', 'blocco-interpretato': 'parsed-literal', 'cautela': 'caution', 'classe': 'class', 'code (translation required)': 'code', 'composito': 'compound', 'consiglio': 'tip', 'container (translation required)': 'container', 'contenuti': 'contents', 'data': 'date', 'epigrafe': 'epigraph', 'errore': 'error', 'estratto-evidenziato': 'pull-quote', 'figura': 'figure', 'grezzo': 'raw', 'immagine': 'image', 'importante': 'important', 'includi': 'include', 'indice': 'contents', 'intestazione': 'header', 'math (translation required)': 'math', 'meta': 'meta', 'nota': 'note', 'pericolo': 'danger', 'piede-pagina': 'footer', 'punti-salienti': 'highlights', 'restructuredtext-test-directive': 'restructuredtext-test-directive', 'riquadro': 'sidebar', 'rubrica': 'rubric', 'ruolo': 'role', 'ruolo-predefinito': 'default-role', 'sezioni-autonumerate': 'sectnum', 'seznum': 'sectnum', 'sostituisci': 'replace', 'suggerimento': 'hint', 'tabella': 'table', 'tabella-csv': 'csv-table', 'tabella-elenco': 'list-table', 'titolo': 'title', 'unicode': 'unicode'}

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

roles = {'abbreviazione': 'abbreviation', 'acronimo': 'acronym', 'code (translation required)': 'code', 'deponente': 'subscript', 'destinazione': 'target', 'enfasi': 'emphasis', 'esponente': 'superscript', 'forte': 'strong', 'grezzo': 'raw', 'indice': 'index', 'letterale': 'literal', 'math (translation required)': 'math', 'riferimento-anonimo': 'anonymous-reference', 'riferimento-citazione': 'citation-reference', 'riferimento-con-nome': 'named-reference', 'riferimento-nota': 'footnote-reference', 'riferimento-pep': 'pep-reference', 'riferimento-rfc': 'rfc-reference', 'riferimento-sostituzione': 'substitution-reference', 'riferimento-titolo': 'title-reference', 'riferimento-uri': 'uri-reference'}

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