aboutsummaryrefslogtreecommitdiff
path: root/help/deshape_reshape.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/deshape_reshape.md')
-rw-r--r--help/deshape_reshape.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/deshape_reshape.md b/help/deshape_reshape.md
index 01ba9330..2d57ea43 100644
--- a/help/deshape_reshape.md
+++ b/help/deshape_reshape.md
@@ -3,6 +3,7 @@
# Barb (`⥊`)
## `⥊ 𝕩`: Deshape
+[→full documentation](../doc/reshape.md)
Put all elements of `𝕩` in a rank 1 array, promoting to an array if necessary.
@@ -13,6 +14,7 @@ Put all elements of `𝕩` in a rank 1 array, promoting to an array if necessary
## `𝕨 ⥊ 𝕩`: Reshape
+[→full documentation](../doc/reshape.md)
Put all elements of `𝕩` in an array of shape `𝕨`, removing elements or repeating them cyclically if necessary.