Skip to content

Commit 92a5ba4

Browse files
author
array-api-bot
committed
Deploy: f7d16ff
1 parent 7c6ea83 commit 92a5ba4

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

2021.12/API_specification/generated/array_api.where.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ <h1 id="api-specification-generated-array-api-where--page-root">where<a class="h
429429
<dl class="field-list simple">
430430
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
431431
<dd class="field-odd"><ul class="simple">
432-
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
432+
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Should have a boolean data type. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
433433
<li><p><strong>x1</strong> (<em>array</em>) – first input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
434434
<li><p><strong>x2</strong> (<em>array</em>) – second input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x1</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
435435
</ul>

2021.12/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2022.12/API_specification/generated/array_api.where.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h1 id="api-specification-generated-array-api-where--page-root">where<a class="h
462462
<dl class="field-list simple">
463463
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
464464
<dd class="field-odd"><ul class="simple">
465-
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
465+
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Should have a boolean data type. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
466466
<li><p><strong>x1</strong> (<em>array</em>) – first input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
467467
<li><p><strong>x2</strong> (<em>array</em>) – second input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x1</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
468468
</ul>

2022.12/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2023.12/API_specification/generated/array_api.where.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h1 id="api-specification-generated-array-api-where--page-root">where<a class="h
469469
<dl class="field-list simple">
470470
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
471471
<dd class="field-odd"><ul class="simple">
472-
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
472+
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Should have a boolean data type. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
473473
<li><p><strong>x1</strong> (<em>array</em>) – first input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
474474
<li><p><strong>x2</strong> (<em>array</em>) – second input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x1</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
475475
</ul>

2023.12/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

draft/API_specification/generated/array_api.where.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h1 id="api-specification-generated-array-api-where--page-root">where<a class="h
469469
<dl class="field-list simple">
470470
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
471471
<dd class="field-odd"><ul class="simple">
472-
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
472+
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Should have a boolean data type. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
473473
<li><p><strong>x1</strong> (<em>array</em>) – first input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
474474
<li><p><strong>x2</strong> (<em>array</em>) – second input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x1</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
475475
</ul>

draft/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

latest/API_specification/generated/array_api.where.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h1 id="api-specification-generated-array-api-where--page-root">where<a class="h
469469
<dl class="field-list simple">
470470
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
471471
<dd class="field-odd"><ul class="simple">
472-
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
472+
<li><p><strong>condition</strong> (<em>array</em>) – when <code class="docutils literal notranslate"><span class="pre">True</span></code>, yield <code class="docutils literal notranslate"><span class="pre">x1_i</span></code>; otherwise, yield <code class="docutils literal notranslate"><span class="pre">x2_i</span></code>. Should have a boolean data type. Must be compatible with <code class="docutils literal notranslate"><span class="pre">x1</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
473473
<li><p><strong>x1</strong> (<em>array</em>) – first input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x2</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
474474
<li><p><strong>x2</strong> (<em>array</em>) – second input array. Must be compatible with <code class="docutils literal notranslate"><span class="pre">condition</span></code> and <code class="docutils literal notranslate"><span class="pre">x1</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>).</p></li>
475475
</ul>

latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)