ó
öĄ\c           @   sč   d  Z  d d l m Z d e j f d     YZ d e j e j e j f d     YZ d e j	 e j
 e j e j e j f d     YZ d	 e j e j e j f d
     YZ d e j f d     YZ e j e j e j e j e f Z d S(   sŪ   
    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.
i’’’’(   t   nodest   captioned_literal_blockc           B   s   e  Z d  Z RS(   s9   A node for a container of literal_block having a caption.(   t   __name__t
   __module__t   __doc__(    (    (    s:   lib/python2.7/site-packages/sphinx/builders/latex/nodes.pyR      s   t   footnotemarkc           B   s   e  Z d  Z RS(   s#   A node represents ``ootnotemark``.(   R   R   R   (    (    (    s:   lib/python2.7/site-packages/sphinx/builders/latex/nodes.pyR      s   t   footnotetextc           B   s   e  Z d  Z RS(   s#   A node represents ``ootnotetext``.(   R   R   R   (    (    (    s:   lib/python2.7/site-packages/sphinx/builders/latex/nodes.pyR      s   t   math_referencec           B   s   e  Z d  Z RS(   s$   A node for a reference for equation.(   R   R   R   (    (    (    s:   lib/python2.7/site-packages/sphinx/builders/latex/nodes.pyR      s   t   thebibliographyc           B   s   e  Z d  Z RS(   s#   A node for wrapping bibliographies.(   R   R   R   (    (    (    s:   lib/python2.7/site-packages/sphinx/builders/latex/nodes.pyR   #   s   N(   R   t   docutilsR    t	   containerR   t   Inlinet   Referentialt   TextElementR   t   Generalt   BackLinkablet   Elementt   Labeledt
   TargetableR   R   R   t   figuret   literal_blockt   tablet   sectiont   HYPERLINK_SUPPORT_NODES(    (    (    s:   lib/python2.7/site-packages/sphinx/builders/latex/nodes.pyt   <module>
   s   %%