Skip to content

Commit 4ccb6a3

Browse files
committed
Add a page to list exceptions and warnings
1 parent 536d260 commit 4ccb6a3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

doc/reference/exceptions.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _routines.exceptions:
2+
3+
Exceptions and Warnings
4+
=======================
5+
6+
General exceptions used by DPNP. Note that some exceptions may be module
7+
specific, such as linear algebra errors.
8+
9+
.. currentmodule:: dpnp.exceptions
10+
11+
Exceptions
12+
----------
13+
14+
.. autodata:: DLPackCreationError

doc/reference/routines.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ These functions cover a subset of
1515
array-manipulation
1616
bitwise
1717
dtype
18+
exceptions
1819
fft
1920
functional
2021
indexing

0 commit comments

Comments
 (0)