We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from numpydoc.tests.test_docscrape import doc_txt from numpydoc import docscrape docscrape.NumpyDocString( str(docscrape.NumpyDocString(doc_txt)))
leads to
ParseError: `some`_ is not a item name in 'numpy.multivariate_normal(m [...]
This would be really useful if we want to implement merging (or adding) NumpyDocStrings
The text was updated successfully, but these errors were encountered:
Better round tripping for See also section
See also
1ce18aa
Potential Fix for numpy#188
08e243d
No branches or pull requests
leads to
This would be really useful if we want to implement merging (or adding) NumpyDocStrings
The text was updated successfully, but these errors were encountered: