From 5ac7f245a9f0861f036b6558e6f4fda7e82ed09d Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Mon, 7 Oct 2024 19:56:23 -0400 Subject: [PATCH 1/4] creating an errata markdown file --- errata.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 errata.md diff --git a/errata.md b/errata.md new file mode 100644 index 0000000..913c3f5 --- /dev/null +++ b/errata.md @@ -0,0 +1,11 @@ +# Errata + +This page tracks errors that have been corrected since the September 3, 2024 publication date. These errors have been corrected in the website version of the book, but not the print edition. + +## Chapter 3 + +- "Think about what’s going here." -> "Think about what’s going on here.", #968 + +## Chapter 9 + +- Step 2: Selection table "0.1" -> "0.15", #968 From 1bb7c43f175f5936b94a7b32f9a3f9afeb34f347 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Mon, 7 Oct 2024 19:58:08 -0400 Subject: [PATCH 2/4] link the PRs --- errata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/errata.md b/errata.md index 913c3f5..e790c9e 100644 --- a/errata.md +++ b/errata.md @@ -4,8 +4,8 @@ This page tracks errors that have been corrected since the September 3, 2024 pub ## Chapter 3 -- "Think about what’s going here." -> "Think about what’s going on here.", #968 +- "Think about what’s going here." -> "Think about what’s going on here.", [#968](https://github.com/nature-of-code/noc-book-2/pull/968) ## Chapter 9 -- Step 2: Selection table "0.1" -> "0.15", #968 +- Step 2: Selection table "0.1" -> "0.15", [#968](https://github.com/nature-of-code/noc-book-2/pull/968) From e94d4d69f2311349e08ea9af676d416f97baa150 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Mon, 7 Oct 2024 20:27:58 -0400 Subject: [PATCH 3/4] more errata --- errata.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/errata.md b/errata.md index e790c9e..eb1210e 100644 --- a/errata.md +++ b/errata.md @@ -2,6 +2,10 @@ This page tracks errors that have been corrected since the September 3, 2024 publication date. These errors have been corrected in the website version of the book, but not the print edition. +## Introduction + +- New p5.js "Get Started" link: https://p5js.org/tutorials/get-started/, [#1005](https://github.com/nature-of-code/noc-book-2/issues/1005) + ## Chapter 3 - "Think about what’s going here." -> "Think about what’s going on here.", [#968](https://github.com/nature-of-code/noc-book-2/pull/968) @@ -9,3 +13,7 @@ This page tracks errors that have been corrected since the September 3, 2024 pub ## Chapter 9 - Step 2: Selection table "0.1" -> "0.15", [#968](https://github.com/nature-of-code/noc-book-2/pull/968) + +## Chapter 10 + +- "finshedTraining" -> "finishedTraining", [#1028](https://github.com/nature-of-code/noc-book-2/issues/1028) From d809c2a858de44b2d03ebbf61a4128ab6191497d Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Mon, 7 Oct 2024 20:48:10 -0400 Subject: [PATCH 4/4] another one --- errata.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/errata.md b/errata.md index eb1210e..05e9158 100644 --- a/errata.md +++ b/errata.md @@ -6,6 +6,10 @@ This page tracks errors that have been corrected since the September 3, 2024 pub - New p5.js "Get Started" link: https://p5js.org/tutorials/get-started/, [#1005](https://github.com/nature-of-code/noc-book-2/issues/1005) +## Chapter 1 + +- "Referring back to Exercise 0.6" -> Example 0.6, "[#979](https://github.com/nature-of-code/noc-book-2/pull/979) + ## Chapter 3 - "Think about what’s going here." -> "Think about what’s going on here.", [#968](https://github.com/nature-of-code/noc-book-2/pull/968)