From bc0245f0be38e547ad76bcd719c6dedbb161f0f4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 24 Jan 2022 20:18:08 -0500 Subject: Remove extra leading spaces from code examples --- docs/help/prefixes_take.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/help/prefixes_take.html') diff --git a/docs/help/prefixes_take.html b/docs/help/prefixes_take.html index f483e038..6af8e8ad 100644 --- a/docs/help/prefixes_take.html +++ b/docs/help/prefixes_take.html @@ -7,12 +7,12 @@

Up Arrow ()

𝕩: Prefixes

Prefixes of array 𝕩 along its first axis.

-↗️
        1234
+↗️
     1234
 ⟨ ⟨⟩ ⟨ 1 ⟩ ⟨ 1 2 ⟩ ⟨ 1 2 3 ⟩ ⟨ 1 2 3 4 ⟩ ⟩
 
-       a  33  9
+    a  33  9
 
-        a
+     a
 ┌─                                    
 · ↕0‿3 ┌─        ┌─        ┌─         
        ╵ 0 1 2   ╵ 0 1 2   ╵ 0 1 2    
@@ -25,19 +25,19 @@
 

For each integer in 𝕨, take that many elements from each dimension of 𝕩.

Negative numbers take from the end.

If any of the elements in 𝕨 are greater than the length of their respective dimension, the dimension is extended with a fill value.

-↗️
      3  13567
+↗️
    3  13567
 ⟨ 1 3 5 ⟩
 
-      b  44  16
+    b  44  16
 
-      33  b
+    33  b
 ┌─        
 ╵ 0 1  2  
   4 5  6  
   8 9 10  
          ┘
 
-      55  b
+    55  b
 ┌─               
 ╵  0  1  2  3 0  
    4  5  6  7 0  
@@ -46,7 +46,7 @@
    0  0  0  0 0  
                 ┘
 
-      3¯3  b
+    3¯3  b
 ┌─         
 ╵ 1  2  3  
   5  6  7  
-- 
cgit v1.2.3