Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ENH: Make __module__ attribute coherent across API #27716

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 4 commits into from
Nov 20, 2024
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
Update docs
  • Loading branch information
mtsokol committed Nov 14, 2024
commit 7a6f8ec98514f6d1f56347d01fc6fa78b517493c
16 changes: 0 additions & 16 deletions 16 numpy/lib/_scimath_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@
Similarly, `sqrt`, other base logarithms, `power` and trig functions are
correctly handled. See their respective docstrings for specific examples.

Functions
---------

.. autosummary::
:toctree: generated/

sqrt
log
log2
logn
log10
power
arccos
arcsin
arctanh

"""
import numpy._core.numeric as nx
import numpy._core.numerictypes as nt
Expand Down
6 changes: 0 additions & 6 deletions 6 numpy/lib/_stride_tricks_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

An explanation of strides can be found in the :ref:`arrays.ndarray`.

Functions
---------

.. autosummary::
:toctree: generated/

"""
import numpy as np
from numpy._core.numeric import normalize_axis_tuple
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.