Skip to content

Commit 7a6f8ec

Browse files
committed
Update docs
1 parent 88cbe51 commit 7a6f8ec

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

numpy/lib/_scimath_impl.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@
1313
Similarly, `sqrt`, other base logarithms, `power` and trig functions are
1414
correctly handled. See their respective docstrings for specific examples.
1515
16-
Functions
17-
---------
18-
19-
.. autosummary::
20-
:toctree: generated/
21-
22-
sqrt
23-
log
24-
log2
25-
logn
26-
log10
27-
power
28-
arccos
29-
arcsin
30-
arctanh
31-
3216
"""
3317
import numpy._core.numeric as nx
3418
import numpy._core.numerictypes as nt

numpy/lib/_stride_tricks_impl.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
44
An explanation of strides can be found in the :ref:`arrays.ndarray`.
55
6-
Functions
7-
---------
8-
9-
.. autosummary::
10-
:toctree: generated/
11-
126
"""
137
import numpy as np
148
from numpy._core.numeric import normalize_axis_tuple

0 commit comments

Comments
 (0)