Skip to content

Commit 8d7ed21

Browse files
authored
Remove links to isnat function from docs (#2250)
`isnat` function is not planning to be supported by dpnp, because it requires an input array with datetime or timedelta data type. The PR proposes to clean up the documentation and to remove the links to `isnat` function.
1 parent 659629d commit 8d7ed21

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

doc/reference/logic.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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::

doc/reference/ufunc.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

dpnp/dpnp_iface_logic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
11741172
Examples
11751173
--------

0 commit comments

Comments
 (0)