Skip to content

Commit 03b855e

Browse files
committed
Deploying to gh-pages from @ 8fa3fd2 🚀
1 parent 122244f commit 03b855e

26 files changed

+1317
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
array\_api\_extra.testing.lazy\_xp\_function
2+
============================================
3+
4+
.. currentmodule:: array_api_extra.testing
5+
6+
.. autofunction:: lazy_xp_function
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
array\_api\_extra.testing.patch\_lazy\_xp\_functions
2+
====================================================
3+
4+
.. currentmodule:: array_api_extra.testing
5+
6+
.. autofunction:: patch_lazy_xp_functions

_sources/index.md.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:hidden:
66
self
77
api-reference.md
8+
testing-utils.md
89
contributing.md
910
contributors.md
1011
```

_sources/testing-utils.md.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Testing Utilities
2+
3+
These additional functions are meant to be used while unit testing Array API
4+
compliant packages:
5+
6+
```{eval-rst}
7+
.. currentmodule:: array_api_extra.testing
8+
.. autosummary::
9+
:nosignatures:
10+
:toctree: generated
11+
12+
lazy_xp_function
13+
patch_lazy_xp_functions
14+
```

api-reference.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@
215215
<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.sinc.html">array_api_extra.sinc</a></li>
216216
</ul>
217217
</li>
218+
<li class="toctree-l1 has-children"><a class="reference internal" href="testing-utils.html">Testing Utilities</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle navigation of Testing Utilities</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
219+
<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.testing.lazy_xp_function.html">array_api_extra.testing.lazy_xp_function</a></li>
220+
<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.testing.patch_lazy_xp_functions.html">array_api_extra.testing.patch_lazy_xp_functions</a></li>
221+
</ul>
222+
</li>
218223
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
219224
<li class="toctree-l1"><a class="reference internal" href="contributors.html">Contributors</a></li>
220225
</ul>

contributing.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head><meta charset="utf-8"/>
44
<meta name="viewport" content="width=device-width,initial-scale=1"/>
55
<meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Contributors" href="contributors.html" /><link rel="prev" title="array_api_extra.sinc" href="generated/array_api_extra.sinc.html" />
6+
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Contributors" href="contributors.html" /><link rel="prev" title="array_api_extra.testing.patch_lazy_xp_functions" href="generated/array_api_extra.testing.patch_lazy_xp_functions.html" />
77

88
<!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 -->
99
<title>Contributing - array-api-extra 0.6.1.dev0 documentation</title>
@@ -215,6 +215,11 @@
215215
<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.sinc.html">array_api_extra.sinc</a></li>
216216
</ul>
217217
</li>
218+
<li class="toctree-l1 has-children"><a class="reference internal" href="testing-utils.html">Testing Utilities</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle navigation of Testing Utilities</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
219+
<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.testing.lazy_xp_function.html">array_api_extra.testing.lazy_xp_function</a></li>
220+
<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.testing.patch_lazy_xp_functions.html">array_api_extra.testing.patch_lazy_xp_functions</a></li>
221+
</ul>
222+
</li>
218223
<li class="toctree-l1 current current-page"><a class="current reference internal" href="#">Contributing</a></li>
219224
<li class="toctree-l1"><a class="reference internal" href="contributors.html">Contributors</a></li>
220225
</ul>
@@ -419,14 +424,14 @@ <h2>Development workflow<a class="headerlink" href="#development-workflow" title
419424
</div>
420425
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
421426
</a>
422-
<a class="prev-page" href="generated/array_api_extra.sinc.html">
427+
<a class="prev-page" href="generated/array_api_extra.testing.patch_lazy_xp_functions.html">
423428
<svg class="furo-related-icon"><use href="#svg-arrow-right"></use></svg>
424429
<div class="page-info">
425430
<div class="context">
426431
<span>Previous</span>
427432
</div>
428433

429-
<div class="title">array_api_extra.sinc</div>
434+
<div class="title">array_api_extra.testing.patch_lazy_xp_functions</div>
430435

431436
</div>
432437
</a>

contributors.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@
215215
<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.sinc.html">array_api_extra.sinc</a></li>
216216
</ul>
217217
</li>
218+
<li class="toctree-l1 has-children"><a class="reference internal" href="testing-utils.html">Testing Utilities</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle navigation of Testing Utilities</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
219+
<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.testing.lazy_xp_function.html">array_api_extra.testing.lazy_xp_function</a></li>
220+
<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.testing.patch_lazy_xp_functions.html">array_api_extra.testing.patch_lazy_xp_functions</a></li>
221+
</ul>
222+
</li>
218223
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
219224
<li class="toctree-l1 current current-page"><a class="current reference internal" href="#">Contributors</a></li>
220225
</ul>

generated/array_api_extra.at.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@
215215
<li class="toctree-l2"><a class="reference internal" href="array_api_extra.sinc.html">array_api_extra.sinc</a></li>
216216
</ul>
217217
</li>
218+
<li class="toctree-l1 has-children"><a class="reference internal" href="../testing-utils.html">Testing Utilities</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle navigation of Testing Utilities</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
219+
<li class="toctree-l2"><a class="reference internal" href="array_api_extra.testing.lazy_xp_function.html">array_api_extra.testing.lazy_xp_function</a></li>
220+
<li class="toctree-l2"><a class="reference internal" href="array_api_extra.testing.patch_lazy_xp_functions.html">array_api_extra.testing.patch_lazy_xp_functions</a></li>
221+
</ul>
222+
</li>
218223
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
219224
<li class="toctree-l1"><a class="reference internal" href="../contributors.html">Contributors</a></li>
220225
</ul>

generated/array_api_extra.atleast_nd.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@
215215
<li class="toctree-l2"><a class="reference internal" href="array_api_extra.sinc.html">array_api_extra.sinc</a></li>
216216
</ul>
217217
</li>
218+
<li class="toctree-l1 has-children"><a class="reference internal" href="../testing-utils.html">Testing Utilities</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle navigation of Testing Utilities</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
219+
<li class="toctree-l2"><a class="reference internal" href="array_api_extra.testing.lazy_xp_function.html">array_api_extra.testing.lazy_xp_function</a></li>
220+
<li class="toctree-l2"><a class="reference internal" href="array_api_extra.testing.patch_lazy_xp_functions.html">array_api_extra.testing.patch_lazy_xp_functions</a></li>
221+
</ul>
222+
</li>
218223
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
219224
<li class="toctree-l1"><a class="reference internal" href="../contributors.html">Contributors</a></li>
220225
</ul>

generated/array_api_extra.cov.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@
215215
<li class="toctree-l2"><a class="reference internal" href="array_api_extra.sinc.html">array_api_extra.sinc</a></li>
216216
</ul>
217217
</li>
218+
<li class="toctree-l1 has-children"><a class="reference internal" href="../testing-utils.html">Testing Utilities</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" role="switch" type="checkbox"/><label for="toctree-checkbox-2"><div class="visually-hidden">Toggle navigation of Testing Utilities</div><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
219+
<li class="toctree-l2"><a class="reference internal" href="array_api_extra.testing.lazy_xp_function.html">array_api_extra.testing.lazy_xp_function</a></li>
220+
<li class="toctree-l2"><a class="reference internal" href="array_api_extra.testing.patch_lazy_xp_functions.html">array_api_extra.testing.patch_lazy_xp_functions</a></li>
221+
</ul>
222+
</li>
218223
<li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
219224
<li class="toctree-l1"><a class="reference internal" href="../contributors.html">Contributors</a></li>
220225
</ul>

0 commit comments

Comments
 (0)