Currently we separately specify both type annotations for functions in our API and separately include type information in our NumPy style docstrings. Sphinx is able to parse the type annotations and these are easier to keep in sync with the arguments so we should remove the redundant docstrings type information.