Skip to content

Commit 6075115

Browse files
committed
Deploying to gh-pages from @ a71bd2e 🚀
1 parent 02e5a86 commit 6075115

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

generated/array_api_extra.at.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ <h1>array_api_extra.at<a class="headerlink" href="#array-api-extra-at" title="Li
359359
<div class="admonition seealso">
360360
<p class="admonition-title">See also</p>
361361
<dl class="simple">
362-
<dt><a class="reference external" href="https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.ndarray.at.html#jax.numpy.ndarray.at" title="(in JAX)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">jax.numpy.ndarray.at</span></code></a></dt><dd><p>Equivalent array method in JAX.</p>
362+
<dt><a class="reference external" href="https://docs.jax.dev/en/latest/_autosummary/jax.numpy.ndarray.at.html#jax.numpy.ndarray.at" title="(in JAX)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">jax.numpy.ndarray.at</span></code></a></dt><dd><p>Equivalent array method in JAX.</p>
363363
</dd>
364364
</dl>
365365
</div>

generated/array_api_extra.testing.lazy_xp_function.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ <h1>array_api_extra.testing.lazy_xp_function<a class="headerlink" href="#array-a
317317
<dl class="simple">
318318
<dt><a class="reference internal" href="array_api_extra.testing.patch_lazy_xp_functions.html#array_api_extra.testing.patch_lazy_xp_functions" title="array_api_extra.testing.patch_lazy_xp_functions"><code class="xref py py-obj docutils literal notranslate"><span class="pre">patch_lazy_xp_functions</span></code></a></dt><dd><p>Companion function to call from the test or fixture.</p>
319319
</dd>
320-
<dt><a class="reference external" href="https://jax.readthedocs.io/en/latest/_autosummary/jax.jit.html#jax.jit" title="(in JAX)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">jax.jit</span></code></a></dt><dd><p>JAX function to compile a function for performance.</p>
320+
<dt><a class="reference external" href="https://docs.jax.dev/en/latest/_autosummary/jax.jit.html#jax.jit" title="(in JAX)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">jax.jit</span></code></a></dt><dd><p>JAX function to compile a function for performance.</p>
321321
</dd>
322322
</dl>
323323
</div>

generated/array_api_extra.testing.patch_lazy_xp_functions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h1>array_api_extra.testing.patch_lazy_xp_functions<a class="headerlink" href="#
274274
<dd><p>Test lazy execution of functions tagged with <a class="reference internal" href="array_api_extra.testing.lazy_xp_function.html#array_api_extra.testing.lazy_xp_function" title="array_api_extra.testing.lazy_xp_function"><code class="xref py py-func docutils literal notranslate"><span class="pre">lazy_xp_function()</span></code></a>.</p>
275275
<p>If <code class="docutils literal notranslate"><span class="pre">xp==jax.numpy</span></code>, search for all functions which have been tagged with
276276
<a class="reference internal" href="array_api_extra.testing.lazy_xp_function.html#array_api_extra.testing.lazy_xp_function" title="array_api_extra.testing.lazy_xp_function"><code class="xref py py-func docutils literal notranslate"><span class="pre">lazy_xp_function()</span></code></a> in the globals of the module that defines the current test
277-
and wrap them with <a class="reference external" href="https://jax.readthedocs.io/en/latest/_autosummary/jax.jit.html#jax.jit" title="(in JAX)"><code class="xref py py-func docutils literal notranslate"><span class="pre">jax.jit()</span></code></a>. Unwrap them at the end of the test.</p>
277+
and wrap them with <a class="reference external" href="https://docs.jax.dev/en/latest/_autosummary/jax.jit.html#jax.jit" title="(in JAX)"><code class="xref py py-func docutils literal notranslate"><span class="pre">jax.jit()</span></code></a>. Unwrap them at the end of the test.</p>
278278
<p>If <code class="docutils literal notranslate"><span class="pre">xp==dask.array</span></code>, wrap the functions with a decorator that disables
279279
<code class="docutils literal notranslate"><span class="pre">compute()</span></code> and <code class="docutils literal notranslate"><span class="pre">persist()</span></code>.</p>
280280
<p>This function should be typically called by your library’s <cite>xp</cite> fixture that runs

0 commit comments

Comments
 (0)