From 72bf97658b8dd6f167908a8452116c86a950ff4b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 23 Jun 2022 16:47:29 -0400 Subject: =?UTF-8?q?Better=20documentation=20links=20for=20=E2=9F=A8?= =?UTF-8?q?=E2=9F=A9=20and=20=E2=80=BF=20help?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/help/beginlist.html | 2 +- docs/help/endlist.html | 2 +- docs/help/strand.html | 4 ++-- help/beginlist.md | 2 +- help/endlist.md | 2 +- help/strand.md | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/help/beginlist.html b/docs/help/beginlist.html index 0f1493be..a573cb96 100644 --- a/docs/help/beginlist.html +++ b/docs/help/beginlist.html @@ -6,7 +6,7 @@

Mathematical Left Angle Bracket ()

...: Begin list

-

→full documentation

+

→full documentation

Starts a list. Inner elements must be separated by , or . Lists can be nested in other lists.

Must end with a corresponding .

diff --git a/docs/help/endlist.html b/docs/help/endlist.html index ddc54ed5..99eb8a54 100644 --- a/docs/help/endlist.html +++ b/docs/help/endlist.html @@ -6,7 +6,7 @@

Mathematical Right Angle Bracket ()

... : End list

-

→full documentation

+

→full documentation

Ends a list started by a . See Begin List for more details.

↗️
    1, 2, 3
 ⟨ 1 2 3 ⟩
diff --git a/docs/help/strand.html b/docs/help/strand.html
index d464f95c..ae20ec46 100644
--- a/docs/help/strand.html
+++ b/docs/help/strand.html
@@ -6,8 +6,8 @@
 
 

Undertie ()

: Strand

-

→full documentation

-

Create a list via strand notation.

+

→full documentation

+

Create a list via strand notation.

Placing between valid BQN expressions will create a list out of the end results of those expressions.

↗️
    123
 ⟨ 1 2 3 ⟩
diff --git a/help/beginlist.md b/help/beginlist.md
index f0ba9fdd..e94b9103 100644
--- a/help/beginlist.md
+++ b/help/beginlist.md
@@ -3,7 +3,7 @@
 # Mathematical Left Angle Bracket (`⟨`)
 
 ## `⟨ ...`: Begin list
-[→full documentation](../doc/syntax.md#list-and-array-notation)
+[→full documentation](../doc/arrayrepr.md#brackets)
 
 Starts a list. Inner elements must be separated by `,` or `⋄`.
 Lists can be nested in other lists.
diff --git a/help/endlist.md b/help/endlist.md
index 75404314..c3994627 100644
--- a/help/endlist.md
+++ b/help/endlist.md
@@ -3,7 +3,7 @@
 # Mathematical Right Angle Bracket (`⟩`)
 
 ## `... ⟩`: End list
-[→full documentation](../doc/syntax.md#list-and-array-notation)
+[→full documentation](../doc/arrayrepr.md#brackets)
 
 Ends a list started by a `⟨`. See [Begin List](beginlist.md) for more details.
 
diff --git a/help/strand.md b/help/strand.md
index 165d796c..2483604e 100644
--- a/help/strand.md
+++ b/help/strand.md
@@ -3,9 +3,9 @@
 # Undertie (`‿`)
 
 ## `‿`: Strand
-[→full documentation](../doc/syntax.md#list-and-array-notation)
+[→full documentation](../doc/arrayrepr.md#strands)
 
-Create a list via [strand notation](../doc/arrayrepr.md#strands).
+Create a list via strand notation.
 
 Placing `‿` between valid BQN expressions will create a list out of the end results of those expressions.
 
-- 
cgit v1.2.3