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
Numpydoc 0.9 has a nice new feature to automatically cross-reference types: https://github.com/numpy/numpydoc/pull/197/files#diff-b50754a7065a1dece18f634c6b5b2633 (their docs build is outdated, so I'm linking directly the PR). It allows to link automatically the Python types, but also all references from intersphinx, and user defined aliases for specific terms like array_like. I have been playing with this in MPDAF and it works quite well, even if themes need to be updated for a better rendering: https://git-cral.univ-lyon1.fr/MUSE/mpdaf/blob/master/doc/conf.py#L89-102
array_like
The text was updated successfully, but these errors were encountered:
This would be very nice to have!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Numpydoc 0.9 has a nice new feature to automatically cross-reference types:
https://github.com/numpy/numpydoc/pull/197/files#diff-b50754a7065a1dece18f634c6b5b2633
(their docs build is outdated, so I'm linking directly the PR).
It allows to link automatically the Python types, but also all references from intersphinx, and user defined aliases for specific terms like
array_like
.I have been playing with this in MPDAF and it works quite well, even if themes need to be updated for a better rendering:
https://git-cral.univ-lyon1.fr/MUSE/mpdaf/blob/master/doc/conf.py#L89-102
The text was updated successfully, but these errors were encountered: