aboutsummaryrefslogtreecommitdiff
path: root/doc/transpose.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/transpose.md')
-rw-r--r--doc/transpose.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/transpose.md b/doc/transpose.md
index 73653e0e..a00ff28c 100644
--- a/doc/transpose.md
+++ b/doc/transpose.md
@@ -1,3 +1,5 @@
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/doc/transpose.html).*
+
# Transpose
As in APL, Transpose (`⍉`) is a tool for rearranging the axes of an array. BQN's version is tweaked to align better with the leading axis model and make common operations easier.