|
14 | 14 | </script> |
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
17 | | - <title>dpnp.dpnp_array — Data Parallel Extension for NumPy 0.20.0dev0+21.g75a56aa6e83 documentation</title> |
| 17 | + <title>dpnp.dpnp_array — Data Parallel Extension for NumPy 0.20.0dev0+22.g31c43e27a57 documentation</title> |
18 | 18 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" /> |
19 | 19 | <link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=e59714d7" /> |
20 | 20 |
|
21 | 21 |
|
22 | 22 | <script src="../../_static/jquery.js?v=5d32c60e"></script> |
23 | 23 | <script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
24 | | - <script src="../../_static/documentation_options.js?v=656db962"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=fdcf5363"></script> |
25 | 25 | <script src="../../_static/doctools.js?v=9bcbadda"></script> |
26 | 26 | <script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> |
27 | 27 | <script src="../../_static/js/theme.js"></script> |
@@ -343,7 +343,7 @@ <h1>Source code for dpnp.dpnp_array</h1><div class="highlight"><pre> |
343 | 343 | <span class="sd"> ------</span> |
344 | 344 | <span class="sd"> MemoryError</span> |
345 | 345 | <span class="sd"> when host memory can not be allocated.</span> |
346 | | -<span class="sd"> dpnp.exceptions.DLPackCreationError</span> |
| 346 | +<span class="sd"> :exc:`~dpnp.exceptions.DLPackCreationError`</span> |
347 | 347 | <span class="sd"> when array is allocated on a partitioned SYCL device, or with</span> |
348 | 348 | <span class="sd"> a non-default context.</span> |
349 | 349 | <span class="sd"> BufferError</span> |
@@ -373,7 +373,7 @@ <h1>Source code for dpnp.dpnp_array</h1><div class="highlight"><pre> |
373 | 373 |
|
374 | 374 | <span class="sd"> Raises</span> |
375 | 375 | <span class="sd"> ------</span> |
376 | | -<span class="sd"> dpnp.exceptions.DLPackCreationError</span> |
| 376 | +<span class="sd"> :exc:`~dpnp.exceptions.DLPackCreationError`</span> |
377 | 377 | <span class="sd"> when the ``device_id`` could not be determined.</span> |
378 | 378 |
|
379 | 379 | <span class="sd"> """</span> |
|
0 commit comments