Skip to content

Commit 7c6ea83

Browse files
author
array-api-bot
committed
Deploy: c492972
1 parent c1fdaae commit 7c6ea83

File tree

9 files changed

+592
-17
lines changed

9 files changed

+592
-17
lines changed

draft/API_specification/generated/array_api.cumulative_prod.html

Lines changed: 562 additions & 0 deletions
Large diffs are not rendered by default.

draft/API_specification/generated/array_api.cumulative_sum.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<link rel="index" title="Index" href="../../genindex.html" />
6464
<link rel="search" title="Search" href="../../search.html" />
6565
<link rel="next" title="max" href="array_api.max.html" />
66-
<link rel="prev" title="Statistical Functions" href="../statistical_functions.html" />
66+
<link rel="prev" title="cumulative_prod" href="array_api.cumulative_prod.html" />
6767

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

@@ -514,7 +514,7 @@ <h1 id="api-specification-generated-array-api-cumulative-sum--page-root">cumulat
514514
<div class="md-footer-nav">
515515
<nav class="md-footer-nav__inner md-grid">
516516

517-
<a href="../statistical_functions.html" title="Statistical Functions"
517+
<a href="array_api.cumulative_prod.html" title="cumulative_prod"
518518
class="md-flex md-footer-nav__link md-footer-nav__link--prev"
519519
rel="prev">
520520
<div class="md-flex__cell md-flex__cell--shrink">
@@ -523,7 +523,7 @@ <h1 id="api-specification-generated-array-api-cumulative-sum--page-root">cumulat
523523
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
524524
<span class="md-flex__ellipsis">
525525
<span
526-
class="md-footer-nav__direction"> "Previous" </span> Statistical Functions </span>
526+
class="md-footer-nav__direction"> "Previous" </span> cumulative_prod </span>
527527
</div>
528528
</a>
529529

draft/API_specification/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@
768768
</li>
769769
<li class="toctree-l1"><a class="reference internal" href="statistical_functions.html">Statistical Functions</a><ul>
770770
<li class="toctree-l2"><a class="reference internal" href="statistical_functions.html#objects-in-api">Objects in API</a><ul>
771+
<li class="toctree-l3"><a class="reference internal" href="generated/array_api.cumulative_prod.html">cumulative_prod</a></li>
771772
<li class="toctree-l3"><a class="reference internal" href="generated/array_api.cumulative_sum.html">cumulative_sum</a></li>
772773
<li class="toctree-l3"><a class="reference internal" href="generated/array_api.max.html">max</a></li>
773774
<li class="toctree-l3"><a class="reference internal" href="generated/array_api.mean.html">mean</a></li>

draft/API_specification/statistical_functions.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<script src="../_static/copybutton.js?v=f281be69"></script>
6363
<link rel="index" title="Index" href="../genindex.html" />
6464
<link rel="search" title="Search" href="../search.html" />
65-
<link rel="next" title="cumulative_sum" href="generated/array_api.cumulative_sum.html" />
65+
<link rel="next" title="cumulative_prod" href="generated/array_api.cumulative_prod.html" />
6666
<link rel="prev" title="sort" href="generated/array_api.sort.html" />
6767

6868
<link rel="apple-touch-icon" href="../_static/images/apple-icon-152x152.png"/>
@@ -485,28 +485,31 @@ <h1 id="api-specification-statistical-functions--page-root">Statistical Function
485485
<h2 id="objects-in-api">Objects in API<a class="headerlink" href="#objects-in-api" title="Link to this heading"></a></h2>
486486
<table class="autosummary longtable docutils align-default">
487487
<tbody>
488-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.cumulative_sum.html#array_api.cumulative_sum" title="array_api.cumulative_sum"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cumulative_sum</span></code></a>(x, /, *, axis=None, dtype=None, include_initial=False)</p></td>
488+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.cumulative_prod.html#array_api.cumulative_prod" title="array_api.cumulative_prod"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cumulative_prod</span></code></a>(x, /, *, axis=None, dtype=None, include_initial=False)</p></td>
489+
<td><p>Calculates the cumulative product of elements in the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td>
490+
</tr>
491+
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.cumulative_sum.html#array_api.cumulative_sum" title="array_api.cumulative_sum"><code class="xref py py-obj docutils literal notranslate"><span class="pre">cumulative_sum</span></code></a>(x, /, *, axis=None, dtype=None, include_initial=False)</p></td>
489492
<td><p>Calculates the cumulative sum of elements in the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td>
490493
</tr>
491-
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.max.html#array_api.max" title="array_api.max"><code class="xref py py-obj docutils literal notranslate"><span class="pre">max</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td>
494+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.max.html#array_api.max" title="array_api.max"><code class="xref py py-obj docutils literal notranslate"><span class="pre">max</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td>
492495
<td><p>Calculates the maximum value of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td>
493496
</tr>
494-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.mean.html#array_api.mean" title="array_api.mean"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mean</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td>
497+
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.mean.html#array_api.mean" title="array_api.mean"><code class="xref py py-obj docutils literal notranslate"><span class="pre">mean</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td>
495498
<td><p>Calculates the arithmetic mean of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td>
496499
</tr>
497-
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.min.html#array_api.min" title="array_api.min"><code class="xref py py-obj docutils literal notranslate"><span class="pre">min</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td>
500+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.min.html#array_api.min" title="array_api.min"><code class="xref py py-obj docutils literal notranslate"><span class="pre">min</span></code></a>(x, /, *, axis=None, keepdims=False)</p></td>
498501
<td><p>Calculates the minimum value of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td>
499502
</tr>
500-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.prod.html#array_api.prod" title="array_api.prod"><code class="xref py py-obj docutils literal notranslate"><span class="pre">prod</span></code></a>(x, /, *, axis=None, dtype=None, keepdims=False)</p></td>
503+
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.prod.html#array_api.prod" title="array_api.prod"><code class="xref py py-obj docutils literal notranslate"><span class="pre">prod</span></code></a>(x, /, *, axis=None, dtype=None, keepdims=False)</p></td>
501504
<td><p>Calculates the product of input array <code class="docutils literal notranslate"><span class="pre">x</span></code> elements.</p></td>
502505
</tr>
503-
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.std.html#array_api.std" title="array_api.std"><code class="xref py py-obj docutils literal notranslate"><span class="pre">std</span></code></a>(x, /, *, axis=None, correction=0.0, keepdims=False)</p></td>
506+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.std.html#array_api.std" title="array_api.std"><code class="xref py py-obj docutils literal notranslate"><span class="pre">std</span></code></a>(x, /, *, axis=None, correction=0.0, keepdims=False)</p></td>
504507
<td><p>Calculates the standard deviation of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td>
505508
</tr>
506-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.sum.html#array_api.sum" title="array_api.sum"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sum</span></code></a>(x, /, *, axis=None, dtype=None, keepdims=False)</p></td>
509+
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.sum.html#array_api.sum" title="array_api.sum"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sum</span></code></a>(x, /, *, axis=None, dtype=None, keepdims=False)</p></td>
507510
<td><p>Calculates the sum of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td>
508511
</tr>
509-
<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api.var.html#array_api.var" title="array_api.var"><code class="xref py py-obj docutils literal notranslate"><span class="pre">var</span></code></a>(x, /, *, axis=None, correction=0.0, keepdims=False)</p></td>
512+
<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api.var.html#array_api.var" title="array_api.var"><code class="xref py py-obj docutils literal notranslate"><span class="pre">var</span></code></a>(x, /, *, axis=None, correction=0.0, keepdims=False)</p></td>
510513
<td><p>Calculates the variance of the input array <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></td>
511514
</tr>
512515
</tbody>
@@ -538,12 +541,12 @@ <h2 id="objects-in-api">Objects in API<a class="headerlink" href="#objects-in-ap
538541
</a>
539542

540543

541-
<a href="generated/array_api.cumulative_sum.html" title="cumulative_sum"
544+
<a href="generated/array_api.cumulative_prod.html" title="cumulative_prod"
542545
class="md-flex md-footer-nav__link md-footer-nav__link--next"
543546
rel="next">
544547
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span
545548
class="md-flex__ellipsis"> <span
546-
class="md-footer-nav__direction"> "Next" </span> cumulative_sum </span>
549+
class="md-footer-nav__direction"> "Next" </span> cumulative_prod </span>
547550
</div>
548551
<div class="md-flex__cell md-flex__cell--shrink"><i
549552
class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. currentmodule:: array_api
2+
3+
cumulative_prod
4+
===============
5+
6+
.. autofunction:: cumulative_prod

draft/_sources/API_specification/statistical_functions.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Objects in API
1818
:toctree: generated
1919
:template: method.rst
2020

21+
cumulative_prod
2122
cumulative_sum
2223
max
2324
mean

draft/genindex.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,10 @@ <h2 id="C">C</h2>
500500
</li>
501501
<li><a href="API_specification/generated/array_api.concat.html#array_api.concat">concat() (in module array_api)</a>
502502
</li>
503-
</ul></td>
504-
<td style="width: 33%; vertical-align: top;"><ul>
505503
<li><a href="API_specification/generated/array_api.conj.html#array_api.conj">conj() (in module array_api)</a>
506504
</li>
505+
</ul></td>
506+
<td style="width: 33%; vertical-align: top;"><ul>
507507
<li><a href="API_specification/generated/array_api.copysign.html#array_api.copysign">copysign() (in module array_api)</a>
508508
</li>
509509
<li><a href="API_specification/generated/array_api.cos.html#array_api.cos">cos() (in module array_api)</a>
@@ -513,6 +513,8 @@ <h2 id="C">C</h2>
513513
<li><a href="API_specification/generated/array_api.count_nonzero.html#array_api.count_nonzero">count_nonzero() (in module array_api)</a>
514514
</li>
515515
<li><a href="extensions/generated/array_api.linalg.cross.html#array_api.linalg.cross">cross() (in module array_api.linalg)</a>
516+
</li>
517+
<li><a href="API_specification/generated/array_api.cumulative_prod.html#array_api.cumulative_prod">cumulative_prod() (in module array_api)</a>
516518
</li>
517519
<li><a href="API_specification/generated/array_api.cumulative_sum.html#array_api.cumulative_sum">cumulative_sum() (in module array_api)</a>
518520
</li>

draft/objects.inv

18 Bytes
Binary file not shown.

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.

0 commit comments

Comments
 (0)