-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add cross-links for apply_ufunc in top-level API documentation #11063
New issue
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
base: main
Are you sure you want to change the base?
Conversation
|
Thank you for opening this pull request! It may take us a few days to respond here, so thank you for being patient. |
for more information, see https://pre-commit.ci
|
Thanks for the suggestions! |
| For worked examples and advanced usage of ``apply_ufunc``, see the | ||
| :doc:`User Guide on Computation </user-guide/computation>`, | ||
|
|
||
| the tutorial examples at https://tutorial.xarray.dev/advanced/apply_ufunc/apply_ufunc.html. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we format this URL nicely please?
This PR adds a short note in the top-level API documentation linking
apply_ufuncto the User Guide, tutorial site, and Gallery example.This builds on earlier docstring-level cross-linking (e.g. #8311) and makes it easier for users to find related documentation when starting from the API reference, as discussed in #8008.
Scope is intentionally small and focused.