Skip to content

Commit

Permalink
Deploy: ae82acd
Browse files Browse the repository at this point in the history
  • Loading branch information
array-api-bot committed Jan 18, 2023
1 parent 381247f commit f5cbd1f
Show file tree
Hide file tree
Showing 1,184 changed files with 90,976 additions and 3,120 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#/
#
# Note this file is not intended to be a .gitignore for the main branch, but to
# be copied into gh-pages branch.

spec/_build/
_site
build/
doctrees/
.vscode/
node_modules/
__pycache__/
*.pyc
spec/**/generated
spec/**/generated/
src/*.egg-info/
2 changes: 1 addition & 1 deletion 2021.12/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 209f9cb6715ad680e5f0057d81ab4046
config: eab1995134e65d9566e7baf17c05b6a5
tags: 645f666f9bcd5a90fca523b33c5a78b7
136 changes: 68 additions & 68 deletions 2021.12/API_specification/array_object.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions 2021.12/API_specification/broadcasting.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Constants" href="constants.html" />
<link rel="prev" title="to_device" href="generated/signatures.array_object.array.to_device.html" />
<link rel="prev" title="to_device" href="generated/array_api.array.to_device.html" />

<link rel="apple-touch-icon" href="../_static/images/apple-icon-152x152.png"/>

Expand Down Expand Up @@ -100,7 +100,7 @@
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">Python array API standard 2021.12</span>
<span class="md-header-nav__topic">Python array API standard</span>
<span class="md-header-nav__topic"> Broadcasting </span>
</div>
</div>
Expand Down Expand Up @@ -179,7 +179,7 @@

</a>
<a href="../index.html"
title="Python array API standard 2021.12 documentation">Python array API standard 2021.12</a>
title="Python array API standard 2021.12 documentation">Python array API standard</a>
</label>


Expand Down Expand Up @@ -555,7 +555,7 @@ <h2 id="in-place-semantics">In-place Semantics<a class="headerlink" href="#in-pl
<div class="md-footer-nav">
<nav class="md-footer-nav__inner md-grid">

<a href="generated/signatures.array_object.array.to_device.html" title="to_device"
<a href="generated/array_api.array.to_device.html" title="to_device"
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
rel="prev">
<div class="md-flex__cell md-flex__cell--shrink">
Expand Down Expand Up @@ -588,7 +588,7 @@ <h2 id="in-place-semantics">In-place Semantics<a class="headerlink" href="#in-pl
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
&#169; Copyright 2020, Consortium for Python Data API Standards.
&#169; Copyright 2020-2022, Consortium for Python Data API Standards.

</div>
Created using
Expand Down
30 changes: 15 additions & 15 deletions 2021.12/API_specification/constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<script src="../_static/copybutton.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="e" href="generated/signatures.constants.e.html" />
<link rel="next" title="e" href="generated/array_api.e.html" />
<link rel="prev" title="Broadcasting" href="broadcasting.html" />

<link rel="apple-touch-icon" href="../_static/images/apple-icon-152x152.png"/>
Expand Down Expand Up @@ -100,7 +100,7 @@
</div>
<div class="md-flex__cell md-flex__cell--stretch">
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">Python array API standard 2021.12</span>
<span class="md-header-nav__topic">Python array API standard</span>
<span class="md-header-nav__topic"> Constants </span>
</div>
</div>
Expand Down Expand Up @@ -179,7 +179,7 @@

</a>
<a href="../index.html"
title="Python array API standard 2021.12 documentation">Python array API standard 2021.12</a>
title="Python array API standard 2021.12 documentation">Python array API standard</a>
</label>


Expand Down Expand Up @@ -451,20 +451,20 @@ <h2 id="objects-in-api">Objects in API<a class="headerlink" href="#objects-in-ap
<col style="width: 90%"/>
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/signatures.constants.e.html#signatures.constants.e" title="signatures.constants.e"><code class="xref py py-obj docutils literal notranslate"><span class="pre">e</span></code></a></p></td>
<td><p>IEEE 754 floating-point representation of Euler's constant.</p></td>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.e.html#array_api.e" title="array_api.e"><code class="xref py py-obj docutils literal notranslate"><span class="pre">e</span></code></a></p></td>
<td><p>Convert a string or number to a floating point number, if possible.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/signatures.constants.inf.html#signatures.constants.inf" title="signatures.constants.inf"><code class="xref py py-obj docutils literal notranslate"><span class="pre">inf</span></code></a></p></td>
<td><p>IEEE 754 floating-point representation of (positive) infinity.</p></td>
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.inf.html#array_api.inf" title="array_api.inf"><code class="xref py py-obj docutils literal notranslate"><span class="pre">inf</span></code></a></p></td>
<td><p>Convert a string or number to a floating point number, if possible.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/signatures.constants.nan.html#signatures.constants.nan" title="signatures.constants.nan"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nan</span></code></a></p></td>
<td><p>IEEE 754 floating-point representation of Not a Number (<code class="docutils literal notranslate"><span class="pre">NaN</span></code>).</p></td>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.nan.html#array_api.nan" title="array_api.nan"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nan</span></code></a></p></td>
<td><p>Convert a string or number to a floating point number, if possible.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="generated/signatures.constants.newaxis.html#signatures.constants.newaxis" title="signatures.constants.newaxis"><code class="xref py py-obj docutils literal notranslate"><span class="pre">newaxis</span></code></a></p></td>
<td><p>An alias for <code class="docutils literal notranslate"><span class="pre">None</span></code> which is useful for indexing arrays.</p></td>
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.newaxis.html#array_api.newaxis" title="array_api.newaxis"><code class="xref py py-obj docutils literal notranslate"><span class="pre">newaxis</span></code></a></p></td>
<td><p></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/signatures.constants.pi.html#signatures.constants.pi" title="signatures.constants.pi"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pi</span></code></a></p></td>
<td><p>IEEE 754 floating-point representation of the mathematical constant <code class="docutils literal notranslate"><span class="pre">π</span></code>.</p></td>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.pi.html#array_api.pi" title="array_api.pi"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pi</span></code></a></p></td>
<td><p>Convert a string or number to a floating point number, if possible.</p></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -495,7 +495,7 @@ <h2 id="objects-in-api">Objects in API<a class="headerlink" href="#objects-in-ap
</a>


<a href="generated/signatures.constants.e.html" title="e"
<a href="generated/array_api.e.html" title="e"
class="md-flex md-footer-nav__link md-footer-nav__link--next"
rel="next">
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
Expand All @@ -514,7 +514,7 @@ <h2 id="objects-in-api">Objects in API<a class="headerlink" href="#objects-in-ap
<div class="md-footer-meta__inner md-grid">
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
&#169; Copyright 2020, Consortium for Python Data API Standards.
&#169; Copyright 2020-2022, Consortium for Python Data API Standards.

</div>
Created using
Expand Down
Loading

0 comments on commit f5cbd1f

Please sign in to comment.