Skip to content

Commit 1b4ddee

Browse files
committed
Remove links to dpnp.isnat function
1 parent 659629d commit 1b4ddee

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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)