From 2befb55b9f916cc8d5886f63a522e858ce93aa93 Mon Sep 17 00:00:00 2001 From: Ram Basnet Date: Mon, 11 Nov 2024 12:35:49 -0700 Subject: [PATCH] update TOC and file names --- notebooks/Ch00-IntroCourseTableOfContents.ipynb | 4 ++-- notebooks/{Ch10-1-Files.ipynb => Ch10-1-FileIOYAML.ipynb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename notebooks/{Ch10-1-Files.ipynb => Ch10-1-FileIOYAML.ipynb} (100%) diff --git a/notebooks/Ch00-IntroCourseTableOfContents.ipynb b/notebooks/Ch00-IntroCourseTableOfContents.ipynb index 4fec200..24bd276 100644 --- a/notebooks/Ch00-IntroCourseTableOfContents.ipynb +++ b/notebooks/Ch00-IntroCourseTableOfContents.ipynb @@ -21,8 +21,8 @@ "### [Ch08-1 - Lists](./Ch08-1-Lists.ipynb)\n", "### [Ch09-1 - Dictionaries](./Ch09-1-Dictionaries.ipynb)\n", "### [Ch09-2 - Built-in Data Structures](./Ch09-2-Built-in-DataStructures.ipynb)\n", - "### [Ch10-1 - Files](./Ch10-1-Files.ipynb)\n", - "### [Ch10-2 - Rich Library](./Ch10-2-RichLibrary.ipynb)\n", + "### [Ch10-1 - File IO & YAML](./Ch10-1-FileIOYAML.ipynb)\n", + "### [Ch10-2 - Rich UI Library](./Ch10-2-RichLibrary.ipynb)\n", "### [Ch13 - Recursion](./Ch13-Recursion.ipynb)\n", "### [Ch14 - OOP Introduction](./Ch14-OOP.ipynb)\n" ] diff --git a/notebooks/Ch10-1-Files.ipynb b/notebooks/Ch10-1-FileIOYAML.ipynb similarity index 100% rename from notebooks/Ch10-1-Files.ipynb rename to notebooks/Ch10-1-FileIOYAML.ipynb