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/range_windows.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/help/range_windows.html') diff --git a/docs/help/range_windows.html b/docs/help/range_windows.html index 830c0fe0..b284e54c 100644 --- a/docs/help/range_windows.html +++ b/docs/help/range_windows.html @@ -8,10 +8,10 @@

𝕩: Range

Return all indices that would index into an array of shape 𝕩.

When given a single number, range from 0 to 𝕩-1.

-↗️
        4
+↗️
     4
 ⟨ 0 1 2 3 ⟩
 
-        45
+     45
 ┌─                                         
 ╵ ⟨ 0 0 ⟩ ⟨ 0 1 ⟩ ⟨ 0 2 ⟩ ⟨ 0 3 ⟩ ⟨ 0 4 ⟩  
   ⟨ 1 0 ⟩ ⟨ 1 1 ⟩ ⟨ 1 2 ⟩ ⟨ 1 3 ⟩ ⟨ 1 4 ⟩  
@@ -21,16 +21,16 @@
 

𝕨 𝕩: Windows

Overlapping slices from 𝕩 of shape 𝕨.

-↗️
       5  "abcdefg"
+↗️
    5  "abcdefg"
 ┌─       
 ╵"abcde  
   bcdef  
   cdefg" 
         ┘
 
-       a  33⥊↕9
+    a  33⥊↕9
 
-       22  a
+    22  a
 ┌─     
 ┆ 0 1  
   3 4  
-- 
cgit v1.2.3