aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-23 14:33:46 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-23 14:33:46 -0400
commita24bdadc6284c89f592a68c29fcb527eaa8cfc3a (patch)
tree5023a2feb5676630912f78314c79ebd1214ebf88 /docs/doc/index.html
parentd0f0a34d84722957650e3d20977bdf563bc9ac71 (diff)
Add document on shift functions
Diffstat (limited to 'docs/doc/index.html')
-rw-r--r--docs/doc/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html
index 44888e64..8668bba6 100644
--- a/docs/doc/index.html
+++ b/docs/doc/index.html
@@ -28,6 +28,7 @@
<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="shift.html">Shift functions</a> (<code><span class='Function'>»«</span></code>)</li>
<li><a href="couple.html">Solo, Couple, and Merge</a> (<code><span class='Function'>≍&gt;</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>