docutils.parsers.rst.languages.fr module
French-language mappings for language-dependent features of reStructuredText.
- directives = {'accroche': 'pull-quote', 'admonition': 'admonition', 'astuce': 'tip', 'attention': 'attention', 'avertissement': 'warning', 'bloc-interprété': 'parsed-literal', 'bloc-textuel': 'line-block', 'brut': 'raw', 'chapeau': 'highlights', 'classe': 'class', 'code': 'code', 'code-interprété': 'parsed-literal', 'compound (translation required)': 'compound', 'conseil': 'hint', 'container (translation required)': 'container', 'csv-table (translation required)': 'csv-table', 'danger': 'danger', 'date': 'date', 'default-role (translation required)': 'default-role', 'encadré': 'sidebar', 'erreur': 'error', 'exergue': 'epigraph', 'figure': 'figure', 'footer (translation required)': 'footer', 'header (translation required)': 'header', 'image': 'image', 'important': 'important', 'inclure': 'include', 'intertitre': 'rubric', 'liens': 'target-notes', 'list-table (translation required)': 'list-table', 'math (translation required)': 'math', 'méta': 'meta', 'note': 'note', 'précaution': 'caution', 'remplace': 'replace', 'remplacer': 'replace', 'role (translation required)': 'role', 'section-numérotée': 'sectnum', 'sectnum': 'sectnum', 'sommaire': 'contents', 'sujet': 'topic', 'table-des-matières': 'contents', 'tableau': 'table', 'titre (translation required)': 'title', 'unicode': 'unicode', 'épigraphe': 'epigraph'}
Mapping of French directive names to registered directive names
Cf. https://docutils.sourceforge.io/docs/ref/rst/directives.html and _directive_registry in
directives/__init__.py.
- roles = {'abréviation': 'abbreviation', 'acronyme': 'acronym', 'anonyme-référence': 'anonymous-reference', 'brut': 'raw', 'citation-référence': 'citation-reference', 'code': 'code', 'emphase': 'emphasis', 'exp': 'superscript', 'exposant': 'superscript', 'fort': 'strong', 'ind': 'subscript', 'index': 'index', 'indice': 'subscript', 'lien': 'target', 'littéral': 'literal', 'math (translation required)': 'math', 'nommée-référence': 'named-reference', 'note-référence': 'footnote-reference', 'pep-référence': 'pep-reference', 'rfc-référence': 'rfc-reference', 'sigle': 'acronym', 'substitution-référence': 'substitution-reference', 'titre': 'title-reference', 'titre-référence': 'title-reference', 'uri-référence': 'uri-reference'}
Mapping of French role names to canonical role names for interpreted text.