Skip to content

Commit 8345a05

Browse files
committed
Add missing :nosignatures:
1 parent 873b6b5 commit 8345a05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/reference/ndarray.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ Truth value of an array (:class:`bool() <bool>`):
286286

287287
.. autosummary::
288288
:toctree: generated/
289+
:nosignatures:
289290

290291
dpnp.ndarray.__bool__
291292

@@ -377,6 +378,7 @@ Matrix Multiplication:
377378

378379
.. autosummary::
379380
:toctree: generated/
381+
:nosignatures:
380382

381383
dpnp.ndarray.__matmul__
382384
dpnp.ndarray.__rmatmul__

0 commit comments

Comments
 (0)