docutils.parsers.rst.languages.he module
English-language mappings for language-dependent features of reStructuredText.
- directives = {'admonition': 'admonition', 'code (translation required)': 'code', 'compound': 'compound', 'container': 'container', 'csv-table': 'csv-table', 'date': 'date', 'default-role': 'default-role', 'epigraph': 'epigraph', 'figure': 'figure', 'footer': 'footer', 'header': 'header', 'highlights': 'highlights', 'include': 'include', 'line-block': 'line-block', 'list-table': 'list-table', 'math (translation required)': 'math', 'meta': 'meta', 'parsed-literal': 'parsed-literal', 'pull-quote': 'pull-quote', 'raw': 'raw', 'replace': 'replace', 'restructuredtext-test-directive': 'restructuredtext-test-directive', 'role': 'role', 'rubric': 'rubric', 'section-numbering': 'sectnum', 'sectnum': 'sectnum', 'sidebar': 'sidebar', 'table': 'table', 'target-notes': 'target-notes', 'title': 'title', 'topic': 'topic', 'unicode': 'unicode', 'אזהרה': 'warning', 'הערה': 'note', 'זהירות': 'caution', 'חשוב': 'important', 'טיפ': 'tip', 'סגנון': 'class', 'סכנה': 'danger', 'רמז': 'hint', 'שגיאה': 'error', 'תוכן': 'contents', 'תמונה': 'image', 'תשומת לב': 'attention'}
English name to registered (in directives/__init__.py) directive name mapping.
- roles = {'ab': 'abbreviation', 'abbreviation': 'abbreviation', 'ac': 'acronym', 'acronym': 'acronym', 'anonymous-reference': 'anonymous-reference', 'citation-reference': 'citation-reference', 'code (translation required)': 'code', 'emphasis': 'emphasis', 'footnote-reference': 'footnote-reference', 'i': 'index', 'index': 'index', 'literal': 'literal', 'math (translation required)': 'math', 'named-reference': 'named-reference', 'pep': 'pep-reference', 'pep-reference': 'pep-reference', 'raw': 'raw', 'rfc': 'rfc-reference', 'rfc-reference': 'rfc-reference', 'strong': 'strong', 'sub': 'subscript', 'substitution-reference': 'substitution-reference', 'sup': 'superscript', 't': 'title-reference', 'target': 'target', 'title': 'title-reference', 'title-reference': 'title-reference', 'uri': 'uri-reference', 'uri-reference': 'uri-reference', 'url': 'uri-reference', 'עילי': 'superscript', 'תחתי': 'subscript'}
Mapping of English role names to canonical role names for interpreted text.