aboutsummaryrefslogtreecommitdiff
path: root/help/suffixes_drop.md
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 /help/suffixes_drop.md
parent7ee8d5c5ce80355b835e95f95c933ff542ff5ddd (diff)
Add full documentation links to help pages
Diffstat (limited to 'help/suffixes_drop.md')
-rw-r--r--help/suffixes_drop.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/suffixes_drop.md b/help/suffixes_drop.md
index e2e8d624..b23989b5 100644
--- a/help/suffixes_drop.md
+++ b/help/suffixes_drop.md
@@ -3,6 +3,7 @@
# Down Arrow (`↓`)
## `↓ 𝕩`: Suffixes
+[→full documentation](../doc/prefixes.md)
Suffixes of array `𝕩` along its first axis.
@@ -15,6 +16,7 @@ Suffixes of array `𝕩` along its first axis.
## `𝕨 ↓ 𝕩`: Drop
+[→full documentation](../doc/take.md)
For each integer in `𝕨`, drop that many elements from the beginning of each dimension of `𝕩`.