aboutsummaryrefslogtreecommitdiff
path: root/help/indices_replicate.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/indices_replicate.md
parent7ee8d5c5ce80355b835e95f95c933ff542ff5ddd (diff)
Add full documentation links to help pages
Diffstat (limited to 'help/indices_replicate.md')
-rw-r--r--help/indices_replicate.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/indices_replicate.md b/help/indices_replicate.md
index 15f05a91..5a95a636 100644
--- a/help/indices_replicate.md
+++ b/help/indices_replicate.md
@@ -3,6 +3,7 @@
# Solidus (`/`)
## `/ 𝕩`: Indices
+[→full documentation](../doc/replicate.md#indices)
Repeat the index of each element in `𝕩` by the element's value. `𝕩` must be rank 1.
@@ -13,6 +14,7 @@ Repeat the index of each element in `𝕩` by the element's value. `𝕩` must b
## `𝕨 / 𝕩`: Replicate
+[→full documentation](../doc/replicate.md)
Repeat each major cell in `𝕩` by the corresponding element in `𝕨`.