Your IP : 216.73.216.196


Current Path : /opt/alt/python37/lib/python3.7/site-packages/docutils/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/docutils/__pycache__/__init__.cpython-37.pyc

B

6��]#�@sndZddlZdZdZdZdZGdd�de�ZGd	d
�d
e�ZGdd�d�Z	Gd
d�d�Z
Gdd�de	e
�ZdS)a]
This is the Docutils (Python Documentation Utilities) package.

Package Structure
=================

Modules:

- __init__.py: Contains component base classes, exception classes, and
  Docutils version information.

- core.py: Contains the ``Publisher`` class and ``publish_*()`` convenience
  functions.

- frontend.py: Runtime settings (command-line interface, configuration files)
  processing, for Docutils front-ends.

- io.py: Provides a uniform API for low-level input and output.

- nodes.py: Docutils document tree (doctree) node class library.

- statemachine.py: A finite state machine specialized for
  regular-expression-based text filters.

Subpackages:

- languages: Language-specific mappings of terms.

- parsers: Syntax-specific input parser modules or packages.

- readers: Context-specific input handlers which understand the data
  source and manage a parser.

- transforms: Modules used by readers and writers to modify DPS
  doctrees.

- utils: Contains the ``Reporter`` system warning class and miscellaneous
  utilities used by readers, writers, and transforms.

  utils/urischemes.py: Contains a complete mapping of known URI addressing
  scheme names to descriptions.

- utils/math: Contains functions for conversion of mathematical notation
  between different formats (LaTeX, MathML, text, ...).

- writers: Format-specific output translators.
�NZreStructuredTextz0.14)r�r�finalrT�c@seZdZejdkrdd�ZdS)�ApplicationError)��cCsd�|j�S)Nz, )�join�args)�self�r�B/opt/alt/python37/lib/python3.7/site-packages/docutils/__init__.py�__unicode__vszApplicationError.__unicode__N)�__name__�
__module__�__qualname__�sys�version_infor
rrrrrps
rc@seZdZdS)�	DataErrorN)rrrrrrrrzsrc@s(eZdZdZdZdZdZdZdZdZ	dS)�SettingsSpecz�
    Runtime setting specification base class.

    SettingsSpec subclass objects used by `docutils.frontend.OptionParser`.
    rN)
rrr�__doc__Z
settings_specZsettings_defaultsZsettings_default_overridesZrelative_path_settingsZconfig_sectionZconfig_section_dependenciesrrrrr}s'rc@s eZdZdZdd�ZdZdZdS)�
TransformSpecz�
    Runtime transform specification base class.

    TransformSpec subclass objects used by `docutils.transforms.Transformer`.
    cCs,|jdkr(ddl}|�dt�t|j�SgS)z;Transforms required by this class.  Override in subclasses.rrNzMdefault_transforms attribute deprecated.
Use get_transforms() method instead.)�default_transforms�warnings�warn�DeprecationWarning�list)r
rrrr�get_transforms�s

zTransformSpec.get_transformsrN)rrrrrrZunknown_reference_resolversrrrrr�s
rc@s eZdZdZdZdZdd�ZdS)�	Componentz#Base class for Docutils components.NrcCs
||jkS)z�
        Is `format` supported by this component?

        To be used by transforms to ask the dependent component if it supports
        a certain input context or output format.
        )�	supported)r
�formatrrr�supports�szComponent.supports)rrrrZcomponent_typerr rrrrr�sr)rrZ
__docformat__�__version__Z__version_info__Z__version_details__�	Exceptionrrrrrrrrr�<module>3s
I.