aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-21 15:49:34 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-07-21 15:49:34 -0400
commit08e50bd37cdc65f7da02656775c23d790dcfda15 (patch)
tree8d2305d3caf82c6f71fb15094739365187fc8560
parent16022acd45703772f62ca9ed9f8d8ef9288be9b5 (diff)
Add Prefixes/Suffixes page to READMEs
-rw-r--r--README.md4
-rw-r--r--doc/README.md1
-rw-r--r--docs/doc/index.html1
-rw-r--r--docs/index.html4
4 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index af42c037..4f24a48a 100644
--- a/README.md
+++ b/README.md
@@ -117,8 +117,8 @@ Functions that have significant differences from APL functions are marked with a
| `⥊` | [Deshape](https://aplwiki.com/wiki/Ravel) | [Reshape](https://aplwiki.com/wiki/Reshape)
| `∾` | [Join](doc/join.md)* | [Join to](https://aplwiki.com/wiki/Catenate)
| `≍` | Solo* | Couple*
-| `↑` | Prefixes* | [Take](https://aplwiki.com/wiki/Take)
-| `↓` | Suffixes* | [Drop](https://aplwiki.com/wiki/Drop)
+| `↑` | [Prefixes](doc/prefixes.md)* | [Take](https://aplwiki.com/wiki/Take)
+| `↓` | [Suffixes](doc/prefixes.md)* | [Drop](https://aplwiki.com/wiki/Drop)
| `↕` | [Range](https://aplwiki.com/wiki/Index_Generator) | [Windows](doc/windows.md)*
| `⌽` | [Reverse](https://aplwiki.com/wiki/Reverse) | [Rotate](https://aplwiki.com/wiki/Rotate)
| `⍉` | [Transpose](doc/transpose.md)* | [Reorder axes](doc/transpose.md)*
diff --git a/doc/README.md b/doc/README.md
index 142b3f9c..61f75450 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -14,6 +14,7 @@ Primitives:
- [Group](group.md) (`⊔`)
- [Join](join.md) (`∾`)
- [Logical functions](logic.md) (`∧∨¬`)
+- [Prefixes and Suffixes](prefixes.md) (`↑↓`)
- [Transpose](transpose.md) (`⍉`)
- [Windows](windows.md) (`↕`)
diff --git a/docs/doc/index.html b/docs/doc/index.html
index 2e873e3c..67d2237d 100644
--- a/docs/doc/index.html
+++ b/docs/doc/index.html
@@ -14,6 +14,7 @@
<li><a href="group.html">Group</a> (<code><span class='Function'>⊔</span></code>)</li>
<li><a href="join.html">Join</a> (<code><span class='Function'>∾</span></code>)</li>
<li><a href="logic.html">Logical functions</a> (<code><span class='Function'>∧∨¬</span></code>)</li>
+<li><a href="prefixes.html">Prefixes and Suffixes</a> (<code><span class='Function'>↑↓</span></code>)</li>
<li><a href="transpose.html">Transpose</a> (<code><span class='Function'>⍉</span></code>)</li>
<li><a href="windows.html">Windows</a> (<code><span class='Function'>↕</span></code>)</li>
</ul>
diff --git a/docs/index.html b/docs/index.html
index 85f6ac77..f57273e5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -254,12 +254,12 @@
</tr>
<tr>
<td><code><span class='Function'>↑</span></code></td>
-<td>Prefixes*</td>
+<td><a href="doc/prefixes.html">Prefixes</a>*</td>
<td><a href="https://aplwiki.com/wiki/Take">Take</a></td>
</tr>
<tr>
<td><code><span class='Function'>↓</span></code></td>
-<td>Suffixes*</td>
+<td><a href="doc/prefixes.html">Suffixes</a>*</td>
<td><a href="https://aplwiki.com/wiki/Drop">Drop</a></td>
</tr>
<tr>