-
Notifications
You must be signed in to change notification settings - Fork 6
provide better docstrings for ufuncs #700
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
Comments
What do you suggest? |
Writing our own doc for all ufuncs would take too much time at this point. We could have an hybrid approach: write our own doc for the few ufuncs which are very important to our users and add a warning like xarray for the others. I consider the following ufuncs very important:
|
created new issue #715
created new issue #716 |
…ufuncs.py modules + added explicit doc and examples for ufuncs where, maximum and minimum
…ufuncs.py modules + added explicit doc and examples for ufuncs where, maximum and minimum
The numpy examples in the ufuncs doc (floor, ceil, trunc, sqrt, ...) are confusing our users.
round does not have any example either.
The text was updated successfully, but these errors were encountered: