Skip to content

Commit d79290f

Browse files
author
array-api-bot
committed
Deploy: 6bfea7a
1 parent 76a26d9 commit d79290f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

draft/API_specification/generated/array_api.info.capabilities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ <h1 id="api-specification-generated-array-api-info-capabilities--page-root">capa
470470
<ul class="simple">
471471
<li><p><code class="code docutils literal notranslate"><span class="pre">"boolean</span> <span class="pre">indexing"</span></code>: boolean indicating whether an array library supports boolean indexing. If a conforming implementation fully supports boolean indexing in compliance with this specification (see <a class="reference internal" href="../indexing.html#indexing"><span class="std std-ref">Indexing</span></a>), the corresponding dictionary value must be <code class="docutils literal notranslate"><span class="pre">True</span></code>; otherwise, the value must be <code class="docutils literal notranslate"><span class="pre">False</span></code>.</p></li>
472472
<li><p><code class="code docutils literal notranslate"><span class="pre">"data-dependent</span> <span class="pre">shapes"</span></code>: boolean indicating whether an array library supports data-dependent output shapes. If a conforming implementation fully supports all APIs included in this specification (excluding boolean indexing) which have data-dependent output shapes, as explicitly demarcated throughout the specification, the corresponding dictionary value must be <code class="docutils literal notranslate"><span class="pre">True</span></code>; otherwise, the value must be <code class="docutils literal notranslate"><span class="pre">False</span></code>.</p></li>
473-
<li><p><code class="code docutils literal notranslate"><span class="pre">"max</span> <span class="pre">rank"</span></code>: maximum number of supported dimensions. If a conforming implementation supports arrays having an arbitrary number of dimensions (potentially infinite), the corresponding dictionary value must be <code class="docutils literal notranslate"><span class="pre">None</span></code>; otherwise, the value must be a finite integer.</p></li>
473+
<li><p><code class="code docutils literal notranslate"><span class="pre">"max</span> <span class="pre">dimensions"</span></code>: maximum number of supported dimensions. If a conforming implementation supports arrays having an arbitrary number of dimensions (potentially infinite), the corresponding dictionary value must be <code class="docutils literal notranslate"><span class="pre">None</span></code>; otherwise, the value must be a finite integer.</p></li>
474474
</ul>
475475
<dl class="field-list simple">
476476
<dt class="field-odd">Returns<span class="colon">:</span></dt>

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)