File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,10 @@ Truth value testing
1212
1313 dpnp.all
1414 dpnp.any
15- dpnp.in1d
16- dpnp.isin
1715
1816
19- Infinities and NaNs
20- -------------------
17+ Array contents
18+ --------------
2119
2220.. autosummary ::
2321 :toctree: generated/
@@ -45,7 +43,7 @@ Array type testing
4543 dpnp.isscalar
4644
4745
48- Logic operations
46+ Logical operations
4947----------------
5048
5149.. autosummary ::
Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ Floating functions
161161 dpnp.isfinite
162162 dpnp.isinf
163163 dpnp.isnan
164- dpnp.isnat
165164 dpnp.fabs
166165 dpnp.signbit
167166 dpnp.copysign
Original file line number Diff line number Diff line change @@ -1168,8 +1168,6 @@ def isfortran(a):
11681168:obj:`dpnp.isposinf` : Test element-wise for positive infinity,
11691169 return result as bool array.
11701170:obj:`dpnp.isfinite` : Test element-wise for finiteness.
1171- :obj:`dpnp.isnat` : Test element-wise for NaT (not a time)
1172- and return result as a boolean array.
11731171
11741172Examples
11751173--------
You can’t perform that action at this time.
0 commit comments