docutils.parsers.rst.languages.ja module
Japanese-language mappings for language-dependent features of reStructuredText.
- directives = {'code (translation required)': 'code', 'csv表': 'csv-table', 'math (translation required)': 'math', 'イメージ': 'image', 'インクルード': 'include', 'エピグラフ': 'epigraph', 'エラー': 'error', 'クラス': 'class', 'コンテナー': 'container', 'サイドバー': 'sidebar', 'タイトル': 'title', 'ターゲットノート': 'target-notes', 'ディフォルトロール': 'default-role', 'トピック': 'topic', 'ハイライト': 'highlights', 'パーズドリテラル': 'parsed-literal', 'ヒント': 'hint', 'フィグア': 'figure', 'フッタ': 'footer', 'プルクオート': 'pull-quote', 'ヘッダ': 'header', 'メタ': 'meta', 'ユニコード': 'unicode', 'ラインブロック': 'line-block', 'リスト表': 'list-table', 'ルブリック': 'rubric', 'ロール': 'role', '備考': 'note', '危険': 'danger', '原': 'raw', '取り換える': 'replace', '合成': 'compound', '含む': 'include', '図版': 'figure', '容器': 'container', '役': 'role', '戒告': 'admonition', '掛け替える': 'replace', '換える': 'replace', '既定役': 'default-role', '日付': 'date', '注意': 'caution', '注目': 'attention', '生': 'raw', '画像': 'image', '目次': 'contents', '節数': 'sectnum', '組み込み': 'include', '表': 'table', '見所': 'highlights', '警告': 'warning', '通報': 'tip', '重要': 'important', '題': 'title', '題言': 'epigraph'}
Japanese name to registered (in directives/__init__.py) directive name mapping.
- roles = {'code (translation required)': 'code', 'math (translation required)': 'math', 'pep参照': 'pep-reference', 'rfc参照': 'rfc-reference', 'uri': 'uri-reference', 'uri参照': 'uri-reference', 'url': 'uri-reference', 'インデックス': 'index', 'リテラル': 'literal', '上': 'superscript', '上付': 'superscript', '下': 'subscript', '下付': 'subscript', '代入参照': 'substitution-reference', '出典参照': 'citation-reference', '名付参照': 'named-reference', '強い': 'strong', '強調': 'emphasis', '整形済み': 'literal', '添字': 'subscript', '無名参照': 'anonymous-reference', '生': 'raw', '略': 'abbreviation', '的': 'target', '索引': 'index', '脚注参照': 'footnote-reference', '頭字語': 'acronym', '題参照': 'title-reference'}
Mapping of Japanese role names to canonical role names for interpreted text.