Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions doc/reference/logic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ Truth value testing

dpnp.all
dpnp.any
dpnp.in1d
dpnp.isin


Infinities and NaNs
-------------------
Array contents
--------------

.. autosummary::
:toctree: generated/
Expand Down Expand Up @@ -45,7 +43,7 @@ Array type testing
dpnp.isscalar


Logic operations
Logical operations
----------------

.. autosummary::
Expand Down
1 change: 0 additions & 1 deletion doc/reference/ufunc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ Floating functions
dpnp.isfinite
dpnp.isinf
dpnp.isnan
dpnp.isnat
dpnp.fabs
dpnp.signbit
dpnp.copysign
Expand Down
2 changes: 0 additions & 2 deletions dpnp/dpnp_iface_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1168,8 +1168,6 @@ def isfortran(a):
:obj:`dpnp.isposinf` : Test element-wise for positive infinity,
return result as bool array.
:obj:`dpnp.isfinite` : Test element-wise for finiteness.
:obj:`dpnp.isnat` : Test element-wise for NaT (not a time)
and return result as a boolean array.

Examples
--------
Expand Down
Loading