3
h                 @   s   d Z ddlZddlmZ ddddd	d
gZejdddddZejdddd Z	ejdddd Z
ejdddd Zejdddd Zejddd ddZejdddd	 Zejdddd
 ZdS )!zk Utilities to allow inserting docstring fragments for common
parameters into function and method docstrings    N   )doccer	docformatinherit_docstring_fromindentcount_linesfilldocunindent_dictunindent_stringz1scipy.misc.docformat is deprecated in Scipy 1.3.0)messagec             C   s   t j| |S )N)_ldr   )	docstringdocdict r   2/tmp/pip-build-riy7u7_k/scipy/scipy/misc/doccer.pyr   
   s    z>scipy.misc.inherit_docstring_from is deprecated in SciPy 1.3.0c             C   s
   t j| S )N)r   r   )clsr   r   r   r      s    zAscipy.misc.extend_notes_in_docstring is deprecated in SciPy 1.3.0c             C   s   t j| |S )N)r   extend_notes_in_docstring)r   notesr   r   r   r      s    r   zBscipy.misc.replace_notes_in_docstring is deprecated in SciPy 1.3.0c             C   s   t j| |S )N)r   replace_notes_in_docstring)r   r   r   r   r   r      s    r   z9scipy.misc.indentcount_lines is deprecated in SciPy 1.3.0c             C   s
   t j| S )N)r   r   )linesr   r   r   r   !   s    z/scipy.misc.filldoc is deprecated in SciPy 1.3.0Tc             C   s   t j| |S )N)r   r   )r   Zunindent_paramsr   r   r   r   '   s    z5scipy.misc.unindent_dict is deprecated in SciPy 1.3.0c             C   s
   t j| S )N)r   r   )r   r   r   r   r   ,   s    z7scipy.misc.unindent_string is deprecated in SciPy 1.3.0c             C   s
   t j| S )N)r   r	   )r   r   r   r   r	   1   s    )N)T)__doc__ZnumpynpZ_libr   r   __all__Z	deprecater   r   r   r   r   r   r   r	   r   r   r   r   <module>   s   


