diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:45:08 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-27 22:45:08 -0500 |
| commit | 4821f231a00dc93c42fb437359ea657c59c63053 (patch) | |
| tree | 25727092b7b46d3491188c441ca536d9148772dd /docs/help/groupindices_group.html | |
| parent | 7ee8d5c5ce80355b835e95f95c933ff542ff5ddd (diff) | |
Add full documentation links to help pages
Diffstat (limited to 'docs/help/groupindices_group.html')
| -rw-r--r-- | docs/help/groupindices_group.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/groupindices_group.html b/docs/help/groupindices_group.html index 91d4ea8f..a175860b 100644 --- a/docs/help/groupindices_group.html +++ b/docs/help/groupindices_group.html @@ -6,6 +6,7 @@ <div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div> <h1 id="square-cup-"><a class="header" href="#square-cup-">Square Cup (<code><span class='Function'>⊔</span></code>)</a></h1> <h2 id="-𝕩-group-indices"><a class="header" href="#-𝕩-group-indices"><code><span class='Function'>⊔</span> <span class='Value'>𝕩</span></code>: Group Indices</a></h2> +<p><a class="fulldoc" href="../doc/group.html">→full documentation</a></p> <p>Group the indices of the major cells of <code><span class='Value'>𝕩</span></code> by their respective values.</p> <p><code><span class='Value'>𝕩</span></code> must consist of integers. Groups start from 0.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oqUIDTigL814oC/NuKAvzbigL804oC/N+KAvzUKCijihpU4KSDiiY0g4oqUIDTigL814oC/NuKAvzbigL804oC/N+KAvzU=">↗️</a><pre> <span class='Function'>⊔</span> <span class='Number'>4</span><span class='Ligature'>‿</span><span class='Number'>5</span><span class='Ligature'>‿</span><span class='Number'>6</span><span class='Ligature'>‿</span><span class='Number'>6</span><span class='Ligature'>‿</span><span class='Number'>4</span><span class='Ligature'>‿</span><span class='Number'>7</span><span class='Ligature'>‿</span><span class='Number'>5</span> @@ -18,6 +19,7 @@ ┘ </pre> <h2 id="𝕨--𝕩-group"><a class="header" href="#𝕨--𝕩-group"><code><span class='Value'>𝕨</span> <span class='Function'>⊔</span> <span class='Value'>𝕩</span></code>: Group</a></h2> +<p><a class="fulldoc" href="../doc/group.html">→full documentation</a></p> <p>Group the major cells of <code><span class='Value'>𝕩</span></code> by their respective indices in <code><span class='Value'>𝕨</span></code>.</p> <p>If an element corresponds to <code><span class='Number'>¯1</span></code>, it is excluded from grouping.</p> <p>An extra element can be added to the end of <code><span class='Value'>𝕨</span></code> to specify length of the result.</p> |
