|
14 | 14 | </script> |
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
17 | | - <title>dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.18.0dev0+31.gc2f07350587 documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.18.0dev0+32.g764f92c13f9 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=aa1b071c"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=56b7fb33"></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> |
@@ -3292,7 +3292,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
3292 | 3292 | <span class="sd"> >>> y = np.arange(-5, 5, 0.1)</span> |
3293 | 3293 | <span class="sd"> >>> xx, yy = np.meshgrid(x, y, sparse=True)</span> |
3294 | 3294 | <span class="sd"> >>> z = np.sin(xx**2 + yy**2) / (xx**2 + yy**2)</span> |
3295 | | -<span class="sd"> >>> h = plt.contourf(x,y,z)</span> |
| 3295 | +<span class="sd"> >>> h = plt.contourf(x, y, z)</span> |
3296 | 3296 | <span class="sd"> >>> plt.show()</span> |
3297 | 3297 |
|
3298 | 3298 | <span class="sd"> """</span> |
@@ -3368,7 +3368,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
3368 | 3368 | <span class="sd"> Examples</span> |
3369 | 3369 | <span class="sd"> --------</span> |
3370 | 3370 | <span class="sd"> >>> import dpnp as np</span> |
3371 | | -<span class="sd"> >>> np.mgrid[0:5,0:5]</span> |
| 3371 | +<span class="sd"> >>> np.mgrid[0:5, 0:5]</span> |
3372 | 3372 | <span class="sd"> array([[[0, 0, 0, 0, 0],</span> |
3373 | 3373 | <span class="sd"> [1, 1, 1, 1, 1],</span> |
3374 | 3374 | <span class="sd"> [2, 2, 2, 2, 2],</span> |
|
0 commit comments