diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/doc/index.html | 1 | ||||
| -rw-r--r-- | docs/index.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html index 67d2237d..72ee937f 100644 --- a/docs/doc/index.html +++ b/docs/doc/index.html @@ -7,6 +7,7 @@ <li><a href="context.html">Context-free grammar</a></li> <li><a href="functional.html">Functional programming</a></li> <li><a href="indices.html">Array indices</a></li> +<li><a href="leading.html">The leading axis model</a></li> </ul> <p>Primitives:</p> <ul> diff --git a/docs/index.html b/docs/index.html index 1c538459..21590b89 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@ </ul> <p>It incorporates concepts developed over years of APL practice:</p> <ul> -<li>The <strong>leading axis model</strong>, which allows for simpler built-in functions.</li> +<li>The <a href="doc/leading.html"><strong>leading axis model</strong></a>, which allows for simpler built-in functions.</li> <li>Trains and combinators for <strong>tacit programming</strong>.</li> <li>Lightweight <strong>anonymous functions</strong> (like <a href="https://aplwiki.com/wiki/Dfn">dfns</a>).</li> </ul> |
