8000 ENH: Show full PEP 457 argument lists for ufuncs by eric-wieser · Pull Request #9026 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Show full PEP 457 argument lists for ufuncs #9026

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

Merged
merged 5 commits into from
May 9, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: Refer to main ufunc docs for kwargs
  • Loading branch information
eric-wieser committed May 8, 2017
commit ba6c1afc1fb5744f95a33c9ac8b3c7c1f1aa7a2d
2 changes: 2 additions & 0 deletions doc/source/reference/ufuncs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ them by defining certain special methods. For details, see
:class:`ufunc`
==============

.. _ufuncs.kwargs:

Optional keyword arguments
--------------------------

Expand Down
Loading
0