Skip to content

Commit 6e3e4dc

Browse files
Extend pre-commit hooks with codespell (IntelPython#1798)
* Extend pre-commit hooks with codespell * Stepped versions of pre-commit hooks to the latest releases a8e6fce
1 parent 0375c6a commit 6e3e4dc

File tree

988 files changed

+5388
-3384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

988 files changed

+5388
-3384
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: b67379198a3766f19f38ba659ab71d28
3+
config: 9cc73548630c19951d13f1582075e023
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_modules/dpnp/dpnp_array.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15-
<title>dpnp.dpnp_array &mdash; Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title>
15+
<title>dpnp.dpnp_array &mdash; Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title>
1616
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
1818

@@ -23,8 +23,8 @@
2323

2424
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2525
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
26-
<script src="../../_static/documentation_options.js?v=266aa979"></script>
27-
<script src="../../_static/doctools.js?v=888ff710"></script>
26+
<script src="../../_static/documentation_options.js?v=0bcefa39"></script>
27+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
2828
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2929
<script src="../../_static/js/theme.js"></script>
3030
<link rel="index" title="Index" href="../../genindex.html" />
@@ -43,7 +43,7 @@
4343
Data Parallel Extension for NumPy
4444
</a>
4545
<div class="version">
46-
0.11.1+537.g415e6df73
46+
0.11.1+547.ga8e6fcee
4747
</div>
4848
<div role="search">
4949
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
@@ -695,11 +695,13 @@ <h1>Source code for dpnp.dpnp_array</h1><div class="highlight"><pre>
695695
<span class="sd"> Otherwise, a copy is returned.</span>
696696
<span class="sd"> casting : {&#39;no&#39;, &#39;equiv&#39;, &#39;safe&#39;, &#39;same_kind&#39;, &#39;unsafe&#39;}, optional</span>
697697
<span class="sd"> Controls what kind of data casting may occur. Defaults to &#39;unsafe&#39; for backwards compatibility.</span>
698-
<span class="sd"> &#39;no&#39; means the data types should not be cast at all.</span>
699-
<span class="sd"> &#39;equiv&#39; means only byte-order changes are allowed.</span>
700-
<span class="sd"> &#39;safe&#39; means only casts which can preserve values are allowed.</span>
701-
<span class="sd"> &#39;same_kind&#39; means only safe casts or casts within a kind, like float64 to float32, are allowed.</span>
702-
<span class="sd"> &#39;unsafe&#39; means any data conversions may be done.</span>
698+
699+
<span class="sd"> - &#39;no&#39; means the data types should not be cast at all.</span>
700+
<span class="sd"> - &#39;equiv&#39; means only byte-order changes are allowed.</span>
701+
<span class="sd"> - &#39;safe&#39; means only casts which can preserve values are allowed.</span>
702+
<span class="sd"> - &#39;same_kind&#39; means only safe casts or casts within a kind, like float64 to float32, are allowed.</span>
703+
<span class="sd"> - &#39;unsafe&#39; means any data conversions may be done.</span>
704+
703705
<span class="sd"> copy : bool, optional</span>
704706
<span class="sd"> By default, astype always returns a newly allocated array. If this is set to false, and the dtype,</span>
705707
<span class="sd"> order, and subok requirements are satisfied, the input array is returned instead of a copy.</span>

_modules/dpnp/dpnp_flatiter.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15-
<title>dpnp.dpnp_flatiter &mdash; Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title>
15+
<title>dpnp.dpnp_flatiter &mdash; Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title>
1616
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
1818

@@ -23,8 +23,8 @@
2323

2424
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2525
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
26-
<script src="../../_static/documentation_options.js?v=266aa979"></script>
27-
<script src="../../_static/doctools.js?v=888ff710"></script>
26+
<script src="../../_static/documentation_options.js?v=0bcefa39"></script>
27+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
2828
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2929
<script src="../../_static/js/theme.js"></script>
3030
<link rel="index" title="Index" href="../../genindex.html" />
@@ -43,7 +43,7 @@
4343
Data Parallel Extension for NumPy
4444
</a>
4545
<div class="version">
46-
0.11.1+537.g415e6df73
46+
0.11.1+547.ga8e6fcee
4747
</div>
4848
<div role="search">
4949
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">

_modules/dpnp/dpnp_iface.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15-
<title>dpnp.dpnp_iface &mdash; Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title>
15+
<title>dpnp.dpnp_iface &mdash; Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title>
1616
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
1818

@@ -23,8 +23,8 @@
2323

2424
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2525
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
26-
<script src="../../_static/documentation_options.js?v=266aa979"></script>
27-
<script src="../../_static/doctools.js?v=888ff710"></script>
26+
<script src="../../_static/documentation_options.js?v=0bcefa39"></script>
27+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
2828
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2929
<script src="../../_static/js/theme.js"></script>
3030
<link rel="index" title="Index" href="../../genindex.html" />
@@ -43,7 +43,7 @@
4343
Data Parallel Extension for NumPy
4444
</a>
4545
<div class="version">
46-
0.11.1+537.g415e6df73
46+
0.11.1+547.ga8e6fcee
4747
</div>
4848
<div role="search">
4949
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
@@ -296,12 +296,14 @@ <h1>Source code for dpnp.dpnp_iface</h1><div class="highlight"><pre>
296296
<span class="sd"> casting : {&#39;no&#39;, &#39;equiv&#39;, &#39;safe&#39;, &#39;same_kind&#39;, &#39;unsafe&#39;}, optional</span>
297297
<span class="sd"> Controls what kind of data casting may occur. Defaults to ``unsafe``</span>
298298
<span class="sd"> for backwards compatibility.</span>
299+
299300
<span class="sd"> - &#39;no&#39; means the data types should not be cast at all.</span>
300301
<span class="sd"> - &#39;equiv&#39; means only byte-order changes are allowed.</span>
301302
<span class="sd"> - &#39;safe&#39; means only casts which can preserve values are allowed.</span>
302303
<span class="sd"> - &#39;same_kind&#39; means only safe casts or casts within a kind, like</span>
303-
<span class="sd"> float64 to float32, are allowed.</span>
304+
<span class="sd"> float64 to float32, are allowed.</span>
304305
<span class="sd"> - &#39;unsafe&#39; means any data conversions may be done.</span>
306+
305307
<span class="sd"> copy : bool, optional</span>
306308
<span class="sd"> By default, astype always returns a newly allocated array. If this</span>
307309
<span class="sd"> is set to ``False``, and the dtype, order, and subok requirements</span>

_modules/dpnp/dpnp_iface_arraycreation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15-
<title>dpnp.dpnp_iface_arraycreation &mdash; Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title>
15+
<title>dpnp.dpnp_iface_arraycreation &mdash; Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title>
1616
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
1818

@@ -23,8 +23,8 @@
2323

2424
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2525
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
26-
<script src="../../_static/documentation_options.js?v=266aa979"></script>
27-
<script src="../../_static/doctools.js?v=888ff710"></script>
26+
<script src="../../_static/documentation_options.js?v=0bcefa39"></script>
27+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
2828
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2929
<script src="../../_static/js/theme.js"></script>
3030
<link rel="index" title="Index" href="../../genindex.html" />
@@ -43,7 +43,7 @@
4343
Data Parallel Extension for NumPy
4444
</a>
4545
<div class="version">
46-
0.11.1+537.g415e6df73
46+
0.11.1+547.ga8e6fcee
4747
</div>
4848
<div role="search">
4949
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">

_modules/dpnp/dpnp_iface_counting.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15-
<title>dpnp.dpnp_iface_counting &mdash; Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title>
15+
<title>dpnp.dpnp_iface_counting &mdash; Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title>
1616
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
1818

@@ -23,8 +23,8 @@
2323

2424
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2525
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
26-
<script src="../../_static/documentation_options.js?v=266aa979"></script>
27-
<script src="../../_static/doctools.js?v=888ff710"></script>
26+
<script src="../../_static/documentation_options.js?v=0bcefa39"></script>
27+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
2828
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2929
<script src="../../_static/js/theme.js"></script>
3030
<link rel="index" title="Index" href="../../genindex.html" />
@@ -43,7 +43,7 @@
4343
Data Parallel Extension for NumPy
4444
</a>
4545
<div class="version">
46-
0.11.1+537.g415e6df73
46+
0.11.1+547.ga8e6fcee
4747
</div>
4848
<div role="search">
4949
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">

_modules/dpnp/dpnp_iface_indexing.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15-
<title>dpnp.dpnp_iface_indexing &mdash; Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title>
15+
<title>dpnp.dpnp_iface_indexing &mdash; Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title>
1616
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
1818

@@ -23,8 +23,8 @@
2323

2424
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2525
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
26-
<script src="../../_static/documentation_options.js?v=266aa979"></script>
27-
<script src="../../_static/doctools.js?v=888ff710"></script>
26+
<script src="../../_static/documentation_options.js?v=0bcefa39"></script>
27+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
2828
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2929
<script src="../../_static/js/theme.js"></script>
3030
<link rel="index" title="Index" href="../../genindex.html" />
@@ -43,7 +43,7 @@
4343
Data Parallel Extension for NumPy
4444
</a>
4545
<div class="version">
46-
0.11.1+537.g415e6df73
46+
0.11.1+547.ga8e6fcee
4747
</div>
4848
<div role="search">
4949
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">

_modules/dpnp/dpnp_iface_libmath.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15-
<title>dpnp.dpnp_iface_libmath &mdash; Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title>
15+
<title>dpnp.dpnp_iface_libmath &mdash; Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title>
1616
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
1818

@@ -23,8 +23,8 @@
2323

2424
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2525
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
26-
<script src="../../_static/documentation_options.js?v=266aa979"></script>
27-
<script src="../../_static/doctools.js?v=888ff710"></script>
26+
<script src="../../_static/documentation_options.js?v=0bcefa39"></script>
27+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
2828
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2929
<script src="../../_static/js/theme.js"></script>
3030
<link rel="index" title="Index" href="../../genindex.html" />
@@ -43,7 +43,7 @@
4343
Data Parallel Extension for NumPy
4444
</a>
4545
<div class="version">
46-
0.11.1+537.g415e6df73
46+
0.11.1+547.ga8e6fcee
4747
</div>
4848
<div role="search">
4949
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">

_modules/dpnp/dpnp_iface_linearalgebra.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15-
<title>dpnp.dpnp_iface_linearalgebra &mdash; Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title>
15+
<title>dpnp.dpnp_iface_linearalgebra &mdash; Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title>
1616
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
1818

@@ -23,8 +23,8 @@
2323

2424
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2525
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
26-
<script src="../../_static/documentation_options.js?v=266aa979"></script>
27-
<script src="../../_static/doctools.js?v=888ff710"></script>
26+
<script src="../../_static/documentation_options.js?v=0bcefa39"></script>
27+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
2828
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2929
<script src="../../_static/js/theme.js"></script>
3030
<link rel="index" title="Index" href="../../genindex.html" />
@@ -43,7 +43,7 @@
4343
Data Parallel Extension for NumPy
4444
</a>
4545
<div class="version">
46-
0.11.1+537.g415e6df73
46+
0.11.1+547.ga8e6fcee
4747
</div>
4848
<div role="search">
4949
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">

_modules/dpnp/dpnp_iface_logic.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15-
<title>dpnp.dpnp_iface_logic &mdash; Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title>
15+
<title>dpnp.dpnp_iface_logic &mdash; Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title>
1616
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
1818

@@ -23,8 +23,8 @@
2323

2424
<script src="../../_static/jquery.js?v=5d32c60e"></script>
2525
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
26-
<script src="../../_static/documentation_options.js?v=266aa979"></script>
27-
<script src="../../_static/doctools.js?v=888ff710"></script>
26+
<script src="../../_static/documentation_options.js?v=0bcefa39"></script>
27+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
2828
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2929
<script src="../../_static/js/theme.js"></script>
3030
<link rel="index" title="Index" href="../../genindex.html" />
@@ -43,7 +43,7 @@
4343
Data Parallel Extension for NumPy
4444
</a>
4545
<div class="version">
46-
0.11.1+537.g415e6df73
46+
0.11.1+547.ga8e6fcee
4747
</div>
4848
<div role="search">
4949
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">

0 commit comments

Comments
 (0)