8000 Merge pull request #20242 from yuvalofek/min_max-docs · thomasjpfan/numpy@ff33f28 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff33f28

Browse files
authored
Merge pull request numpy#20242 from yuvalofek/min_max-docs
DOC: centralized min-max documentation
2 parents 9bc4da7 + f0f398f commit ff33f28

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

doc/source/reference/routines.math.rst

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,21 @@ Handling complex numbers
143143
conj
144144
conjugate
145145

146+
Extrema Finding
147+
---------------
148+
.. autosummary::
149+
:toctree: generated/
150+
151+
maximum
152+
fmax
153+
amax
154+
nanmax
155+
156+
minimum
157+
fmin
158+
amin
159+
nanmin
160+
146161

147162
Miscellaneous
148163
-------------
@@ -160,11 +175,7 @@ Miscellaneous
160175
fabs
161176
sign
162177
heaviside
163-
maximum
164-
minimum
165-
fmax
166-
fmin
167-
178+
168179
nan_to_num
169180
real_if_close
170181

doc/source/reference/routines.statistics.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ Order statistics
99

1010
.. autosummary::
1111
:toctree: generated/
12-
13-
amin
14-
amax
15-
nanmin
16-
nanmax
12+
1713
ptp
1814
percentile
1915
nanpercentile

0 commit comments

Comments
 (0)
0