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
Observed in scipy.interpolate docs
See Also ------------ splev, splrep : FITPACK wrappers
The description text (the stuff after the colon) does not show up in the generated html docs.
Moving the description to a separate line,
See Also ------------ splev, splrep FITPACK wrappers
does not help either
The text was updated successfully, but these errors were encountered:
Apparently, this is a feature, not a bug. At least precisely this behavior is asserted by tests: https://github.com/numpy/numpydoc/blob/master/numpydoc/tests/test_docscrape.py#L574
FWIW I actually wonder why
Sorry, something went wrong.
I don't see where this behaviour is/was tested at https://github.com/numpy/numpydoc/blob/96a0fe3/numpydoc/tests/test_docscrape.py#L574...
No branches or pull requests
Observed in scipy.interpolate docs
The description text (the stuff after the colon) does not show up in the generated html docs.
Moving the description to a separate line,
does not help either
The text was updated successfully, but these errors were encountered: