Source code for repo_template
'''
Example __init__ doc string.
'''
[docs]def example_function():
'''Example
Parameters
----------
input1 : float
input2 : np.ndarray, (n, p)
Returns
-------
ans : bool
Examples
--------
>>> data = 'something'
'''
pass