aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-03 16:38:35 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-10-03 16:38:35 -0400
commit673de1c627a2046123e1693e9e6508399a028508 (patch)
tree86303316523319eeebcf0e0c52a2be781089c286 /docs/tutorial
parent8846e63a6f1fe51ee9a68dc511cc6fcdbf54efa6 (diff)
Write files directly from md.bqn, not gendocs (removes trailing empty lines)
Diffstat (limited to 'docs/tutorial')
-rw-r--r--docs/tutorial/expression.html1
-rw-r--r--docs/tutorial/index.html1
-rw-r--r--docs/tutorial/list.html1
3 files changed, 0 insertions, 3 deletions
diff --git a/docs/tutorial/expression.html b/docs/tutorial/expression.html
index 7be7064f..5dfa2251 100644
--- a/docs/tutorial/expression.html
+++ b/docs/tutorial/expression.html
@@ -317,4 +317,3 @@
</tbody>
</table>
<p>Maybe BQN grammar's not all that bad.</p>
-
diff --git a/docs/tutorial/index.html b/docs/tutorial/index.html
index ac8b515d..9978d037 100644
--- a/docs/tutorial/index.html
+++ b/docs/tutorial/index.html
@@ -12,4 +12,3 @@
<li><a href="expression.html">Expressions</a></li>
<li><a href="list.html">List manipulation</a></li>
</ul>
-
diff --git a/docs/tutorial/list.html b/docs/tutorial/list.html
index 373da09a..3a389d42 100644
--- a/docs/tutorial/list.html
+++ b/docs/tutorial/list.html
@@ -288,4 +288,3 @@ ERROR</pre>
</table>
<p>Additionally, we saw that the arithmetic functions work naturally on lists, automatically applying to every element of a single list argument or pairing up the elements of two list arguments.</p>
<p>Even this small amount of list functionality is enough to solve some small problems. We haven't even introduced a function notation yet!</p>
-