From 45e10f7e302ca7e24c30c2c050f0e3c503e19320 Mon Sep 17 00:00:00 2001 From: rchung95 Date: Wed, 6 Mar 2024 10:07:10 -0500 Subject: [PATCH] Fixing foler structure --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c5e959fb..8e83f568 100644 --- a/README.md +++ b/README.md @@ -87,18 +87,17 @@ Feel free to use the following as resources: ## Folder Structure ```markdown -|-- 01 - slides -| |-- instructor-notes -| |-- live-coding -|-- 02 - assignments -|-- 03 - homework +|-- 01-slides +|-- 02-assignments +|-- 03-homework +|-- 04-instructors |-- .gitignore ``` -* **slides:** module slides as PDFs -* **live-coding:** Notebooks from class live coding sessions +* **slides:** Course slides as interactive notebooks (.ipynb files) +* **pdf slides:** Course slides as PDF files * **homework:** Optional homework to practice concepts covered in class * **assignments:** Graded assignments -* **instructor-notes:** Instructions for the Instructor on what to teach +* **instructors:** Instructions for the Instructor on what to teach * README: This file! * .gitignore: Files to exclude from this folder, specified by the instructor