You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So both the numpy and google docstrings have legacy formats where type are specified in the docstring and also modern ones where the type is in a 3.5-ish typehint.
I think the numpy style looks better. Also there's a smaller number of indents, which should be less trouble for programming.
We can see examples of google and numpy docstrings here
http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html
The text was updated successfully, but these errors were encountered: