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
While I was working on #134 , I realized many of the functions in pytkdocs.parsers.docstrings.numpy have wrongly annotated docstrings (params don't match up with what's written in docstring).
Oh, indeed, thanks for catching that. The Numpy parser was added by @aschmu, and I admit I probably wasn't thorough when reviewing it, because, well... I never use Numpydoc 😄 Of course, feel free to send a new PR, this is highly appreciated!
While I was working on #134 , I realized many of the functions in
pytkdocs.parsers.docstrings.numpy
have wrongly annotated docstrings (params don't match up with what's written in docstring).For example: https://github.com/mkdocstrings/pytkdocs/blob/master/src/pytkdocs/parsers/docstrings/numpy.py#L49
I think this could be a easy & quick fix --- shall I address this in a subsequent PR ? 🙂
The text was updated successfully, but these errors were encountered: