aboutsummaryrefslogtreecommitdiff
path: root/docs/help/suffixes_drop.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-27 22:45:08 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-27 22:45:08 -0500
commit4821f231a00dc93c42fb437359ea657c59c63053 (patch)
tree25727092b7b46d3491188c441ca536d9148772dd /docs/help/suffixes_drop.html
parent7ee8d5c5ce80355b835e95f95c933ff542ff5ddd (diff)
Add full documentation links to help pages
Diffstat (limited to 'docs/help/suffixes_drop.html')
-rw-r--r--docs/help/suffixes_drop.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/help/suffixes_drop.html b/docs/help/suffixes_drop.html
index 8628dd68..d4e824a1 100644
--- a/docs/help/suffixes_drop.html
+++ b/docs/help/suffixes_drop.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="down-arrow-"><a class="header" href="#down-arrow-">Down Arrow (<code><span class='Function'>↓</span></code>)</a></h1>
<h2 id="-𝕩-suffixes"><a class="header" href="#-𝕩-suffixes"><code><span class='Function'>↓</span> <span class='Value'>𝕩</span></code>: Suffixes</a></h2>
+<p><a class="fulldoc" href="../doc/prefixes.html">→full documentation</a></p>
<p>Suffixes of array <code><span class='Value'>𝕩</span></code> along its first axis.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=4oaTIDHigL8y4oC/M+KAvzQKCmEg4oaQIDPigL8zIOKliiDihpU5CgrihpMgYQ==">↗️</a><pre> <span class='Function'>↓</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>4</span>
⟨ ⟨ 1 2 3 4 ⟩ ⟨ 2 3 4 ⟩ ⟨ 3 4 ⟩ ⟨ 4 ⟩ ⟨⟩ ⟩
@@ -22,6 +23,7 @@
</pre>
<h2 id="𝕨--𝕩-drop"><a class="header" href="#𝕨--𝕩-drop"><code><span class='Value'>𝕨</span> <span class='Function'>↓</span> <span class='Value'>𝕩</span></code>: Drop</a></h2>
+<p><a class="fulldoc" href="../doc/take.html">→full documentation</a></p>
<p>For each integer in <code><span class='Value'>𝕨</span></code>, drop that many elements from the beginning of each dimension of <code><span class='Value'>𝕩</span></code>.</p>
<p>Negative numbers drop from the end.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MyDihpMgMeKAvzPigL814oC/NjcKCmIg4oaQIDTigL80IOKliiDihpUxNgoKM+KAvzMg4oaTIGIKCjXigL81IOKGkyBiCgoKM+KAv8KvMyDihpMgYg==">↗️</a><pre> <span class='Number'>3</span> <span class='Function'>↓</span> <span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>5</span><span class='Ligature'>‿</span><span class='Number'>67</span>