diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-21 15:49:34 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-21 15:49:34 -0400 |
| commit | 08e50bd37cdc65f7da02656775c23d790dcfda15 (patch) | |
| tree | 8d2305d3caf82c6f71fb15094739365187fc8560 /docs | |
| parent | 16022acd45703772f62ca9ed9f8d8ef9288be9b5 (diff) | |
Add Prefixes/Suffixes page to READMEs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/doc/index.html | 1 | ||||
| -rw-r--r-- | docs/index.html | 4 |
2 files changed, 3 insertions, 2 deletions
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> |
