docutils.parsers.rst.languages.ar module

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

directives = {'': 'target-notes', 'احتیاط': 'caution', 'المحتوى': 'contents', 'تاریخ': 'date', 'تبديل': 'replace', 'تحذير': 'warning', 'تذكير': 'admonition', 'ترکیب': 'compound', 'تضمين': 'include', 'تلميح': 'hint', 'تمييز': 'highlights', 'تنبيه': 'attention', 'جدول': 'table', 'جدول-csv': 'csv-table', 'جدول-قوائم': 'list-table', 'خام': 'raw', 'خطأ': 'error', 'خطر': 'danger', 'رأس-الصفحة': 'header', 'رسم-توضيحي': 'figure', 'رقم-الفصل': 'sectnum', 'رقم-القسم': 'sectnum', 'رياضيات': 'math', 'شريط-جانبي': 'sidebar', 'صورة': 'image', 'عنوان': 'title', 'فكرة-الكتاب': 'epigraph', 'قالب-سطري': 'line-block', 'قانون': 'role', 'قانون-افتراضي': 'default-role', 'كائن': 'class', 'كود': 'code', 'لفظ-حرفي': 'parsed-literal', 'معيار': 'rubric', 'ملاحظة': 'note', 'مهم': 'important', 'موضوع': 'topic', 'ميتا': 'meta', 'نصيحة': 'tip', 'نقل-قول': 'pull-quote', 'هامش': 'footer', 'وعاء': 'container', 'یونیکد': 'unicode'}

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

roles = {'rfc-مرجع': 'rfc-reference', 'uri': 'uri-reference', 'url': 'uri-reference', 'اختزال': 'acronym', 'اختصار': 'abbreviation', 'تأكيد': 'emphasis', 'خام': 'raw', 'خفض': 'subscript', 'رفع': 'superscript', 'رياضيات': 'math', 'عريض': 'strong', 'عنوان-مرجع': 'title-reference', 'فهرس': 'index', 'كود': 'code', 'لفظی': 'literal', 'مرجع-pep': 'pep-reference', 'مرجع-مجهول': 'anonymous-reference', 'مرجع-مسمى': 'named-reference', 'مرجع-معوض': 'substitution-reference', 'مرجع-منقول': 'citation-reference', 'مرجع-هامشي': 'footnote-reference', 'منبع-uri': 'uri-reference', 'هدف': 'target'}

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