o
    g?                     @   sL   d Z dZddlmZ ddlmZ ddlmZ ddlmZ G dd deZ	d	S )
z(
Directives for references and targets.
reStructuredText    )nodes)
references)	Directive)
directivesc                   @   s&   e Zd ZdZejejdZdd ZdS )TargetNoteszTarget footnote generation.)classnamec                 C   s8   t tj}| | |j| j | jj	
| |gS )N)r   pendingr   r   add_namedetailsupdateoptionsstate_machinedocumentnote_pending)selfr
    r   h/home/ubuntu/cloudmapper/venv/lib/python3.10/site-packages/docutils/parsers/rst/directives/references.pyrun   s
   
zTargetNotes.runN)	__name__
__module____qualname____doc__r   class_option	unchangedoption_specr   r   r   r   r   r      s    r   N)
r   __docformat__docutilsr   docutils.transformsr   docutils.parsers.rstr   r   r   r   r   r   r   <module>   s   