diff --git a/book/_toc.yml b/book/_toc.yml
index 8771bf4dd01068965f348f93c027453d4a674680..7a039457fcf2512ac0455c0e9840e60b1d02e655 100644
--- a/book/_toc.yml
+++ b/book/_toc.yml
@@ -394,6 +394,10 @@ parts:
     - file: fundamentals/eemc-stuff
 
   # START REMOVE-FROM-PUBLISH
+  - caption: Programming
+    chapters:
+    - file: programming.md
+      title: REMOVED
   - caption: Sandbox
     chapters:
     - file: sandbox/blank
diff --git a/book/programming.md b/book/programming.md
new file mode 100644
index 0000000000000000000000000000000000000000..c26e977e76efbfe60105a8e4f7e41b637900c916
--- /dev/null
+++ b/book/programming.md
@@ -0,0 +1,5 @@
+# REMOVED
+
+```{note}
+The programming chapters here (and the "Old Material" Part) have been moved to a new book: [Learn Programming](https://teachbooks.github.io/learn-programming/intro.html) (in TeachBooks GitHub repo [github.com/learn-programming](https://github.com/TeachBooks/learn-programming/)).
+```
\ No newline at end of file