B
    öÀ„\3  ã               @   s¤   d Z ddlmZ G dd„ dejƒZG dd„ dejejejƒZG dd„ dej	ej
ejejejƒZG d	d
„ d
ejejejƒZG dd„ dejƒZejejejejefZdS )zÛ
    sphinx.builders.latex.nodes
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Additional nodes for LaTeX writer.

    :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )Únodesc               @   s   e Zd ZdZdS )Úcaptioned_literal_blockz9A node for a container of literal_block having a caption.N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú:lib/python3.7/site-packages/sphinx/builders/latex/nodes.pyr      s   r   c               @   s   e Zd ZdZdS )Úfootnotemarkz#A node represents ``ootnotemark``.N)r   r   r   r   r   r   r   r	   r
      s   r
   c               @   s   e Zd ZdZdS )Úfootnotetextz#A node represents ``ootnotetext``.N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )Úmath_referencez$A node for a reference for equation.N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )Úthebibliographyz#A node for wrapping bibliographies.N)r   r   r   r   r   r   r   r	   r   #   s   r   N)r   Zdocutilsr   Z	containerr   ZInlineZReferentialZTextElementr
   ZGeneralZBackLinkableZElementZLabeledZ
Targetabler   r   r   ZfigureZliteral_blockÚtableZsectionZHYPERLINK_SUPPORT_NODESr   r   r   r	   Ú<module>
   s   