From 673de1c627a2046123e1693e9e6508399a028508 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 3 Oct 2020 16:38:35 -0400 Subject: Write files directly from md.bqn, not gendocs (removes trailing empty lines) --- docs/tutorial/expression.html | 1 - docs/tutorial/index.html | 1 - docs/tutorial/list.html | 1 - 3 files changed, 3 deletions(-) (limited to 'docs/tutorial') 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 @@

Maybe BQN grammar's not all that bad.

- 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 @@
  • Expressions
  • List manipulation
  • - 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

    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.

    Even this small amount of list functionality is enough to solve some small problems. We haven't even introduced a function notation yet!

    - -- cgit v1.2.3