s2fft icon indicating copy to clipboard operation
s2fft copied to clipboard

Remove duplication of argument type information in docstrings

Open matt-graham opened this issue 5 months ago • 0 comments

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.

matt-graham avatar Jun 09 '25 08:06 matt-graham