Skip to content

Commit 02e5a86

Browse files
committed
Deploying to gh-pages from @ 4b0b63c 🚀
1 parent b8848c0 commit 02e5a86

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

generated/array_api_extra.isclose.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ <h1>array_api_extra.isclose<a class="headerlink" href="#array-api-extra-isclose"
281281
<dl class="field-list simple">
282282
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
283283
<dd class="field-odd"><ul class="simple">
284-
<li><p><strong>a</strong> (<em>Array</em>) – Input arrays to compare.</p></li>
285-
<li><p><strong>b</strong> (<em>Array</em>) – Input arrays to compare.</p></li>
284+
<li><p><strong>a</strong> (<em>Array</em><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.13)"><em>float</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#complex" title="(in Python v3.13)"><em>complex</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – Input objects to compare. At least one must be an array.</p></li>
285+
<li><p><strong>b</strong> (<em>Array</em><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.13)"><em>float</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#complex" title="(in Python v3.13)"><em>complex</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – Input objects to compare. At least one must be an array.</p></li>
286286
<li><p><strong>rtol</strong> (<em>array_like</em><em>, </em><em>optional</em>) – The relative tolerance parameter (see Notes).</p></li>
287287
<li><p><strong>atol</strong> (<em>array_like</em><em>, </em><em>optional</em>) – The absolute tolerance parameter (see Notes).</p></li>
288288
<li><p><strong>equal_nan</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a><em>, </em><em>optional</em>) – Whether to compare NaN’s as equal. If True, NaN’s in <cite>a</cite> will be considered

generated/array_api_extra.kron.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ <h1>array_api_extra.kron<a class="headerlink" href="#array-api-extra-kron" title
278278
<dl class="field-list simple">
279279
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
280280
<dd class="field-odd"><ul class="simple">
281-
<li><p><strong>a</strong> (<em>array</em>) – Input arrays.</p></li>
282-
<li><p><strong>b</strong> (<em>array</em>) – Input arrays.</p></li>
281+
<li><p><strong>a</strong> (<em>Array</em><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.13)"><em>float</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#complex" title="(in Python v3.13)"><em>complex</em></a>) – Input arrays or scalars. At least one must be an array.</p></li>
282+
<li><p><strong>b</strong> (<em>Array</em><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.13)"><em>float</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#complex" title="(in Python v3.13)"><em>complex</em></a>) – Input arrays or scalars. At least one must be an array.</p></li>
283283
<li><p><strong>xp</strong> (<em>array_namespace</em><em>, </em><em>optional</em>) – The standard-compatible namespace for <cite>a</cite> and <cite>b</cite>. Default: infer.</p></li>
284284
</ul>
285285
</dd>

0 commit comments

Comments
 (0)