From 4821f231a00dc93c42fb437359ea657c59c63053 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 27 Jan 2022 22:45:08 -0500 Subject: Add full documentation links to help pages --- docs/help/suffixes_drop.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/help/suffixes_drop.html') 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 @@

Down Arrow ()

𝕩: Suffixes

+

→full documentation

Suffixes of array 𝕩 along its first axis.

↗️
     1234
 ⟨ ⟨ 1 2 3 4 ⟩ ⟨ 2 3 4 ⟩ ⟨ 3 4 ⟩ ⟨ 4 ⟩ ⟨⟩ ⟩
@@ -22,6 +23,7 @@
                                      ┘
 

𝕨 𝕩: Drop

+

→full documentation

For each integer in 𝕨, drop that many elements from the beginning of each dimension of 𝕩.

Negative numbers drop from the end.

↗️
    3  13567
-- 
cgit v1.2.3