s2fft
s2fft copied to clipboard
Remove duplication of argument type information in docstrings
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.