
    <i                     Z    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e          Z	d	S )
z(
Directives for references and targets.
reStructuredText    )nodes)
references)	Directive)
directivesc                   *    e Zd ZdZdej        iZd ZdS )TargetNoteszTarget footnote generation.classc                     t          j        t          j                  }|                     |           |j                            | j                   | j        j	        
                    |           |gS )N)r   pendingr   r	   add_namedetailsupdateoptionsstate_machinedocumentnote_pending)selfr   s     /Users/kimhansen/Desktop/03 Workspace/ceo-agents/chl-effectiveness/mcp-servers/whoop/.venv/lib/python3.11/site-packages/docutils/parsers/rst/directives/references.pyrunzTargetNotes.run   s`    -
 677gt|,,,#00999y    N)__name__
__module____qualname____doc__r   class_optionoption_specr    r   r   r	   r	      s6        %%J34K    r   r	   N)
r   __docformat__docutilsr   docutils.transformsr   docutils.parsers.rstr   r   r	   r   r   r   <module>r#      s   
  #       * * * * * * * * * * * * + + + + + +    )     r   