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/prefixes_take.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/help/prefixes_take.html') diff --git a/docs/help/prefixes_take.html b/docs/help/prefixes_take.html index 6af8e8ad..f56b954f 100644 --- a/docs/help/prefixes_take.html +++ b/docs/help/prefixes_take.html @@ -6,6 +6,7 @@

Up Arrow ()

𝕩: Prefixes

+

→full documentation

Prefixes of array 𝕩 along its first axis.

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

𝕨 𝕩: Take

+

→full documentation

For each integer in 𝕨, take that many elements from each dimension of 𝕩.

Negative numbers take from the end.

If any of the elements in 𝕨 are greater than the length of their respective dimension, the dimension is extended with a fill value.

-- cgit v1.2.3