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