Skip to content

Commit ae18595

Browse files
committed
README update.
1 parent 5aacbcd commit ae18595

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,14 @@ Alternative Textbook: [Data Science: A First Introduction](https://python.datasc
131131

132132
```markdown
133133
.
134-
├── 01_materials/slides
135-
├── 02_activities/assignments
136-
├── 02_activities/exercises
137-
├── 02_activities/homework
138-
├── 05_instructors
139-
├── 06_additional_resources
134+
├── .github
135+
├── .gitignore
136+
├── 01_materials
137+
├── 02_activities
138+
├── 03_instructional_team
139+
├── 04_cohort_three
140140
├── LICENSE
141141
├── README.md
142-
├── requirements.txt
143142
└── steps_to_ask_for_help.png
144143
```
145144

@@ -151,3 +150,13 @@ Alternative Textbook: [Data Science: A First Introduction](https://python.datasc
151150
* **instructors:** This folder provides guidance for Technical Facilitators and the Learning Support team on teaching methodologies and content delivery.
152151
* README: This file!
153152
* .gitignore: Files to exclude from this folder, specified by the Technical Facilitator
153+
154+
* **.github**: Contains issue templates and pull request templates for the repository.
155+
* **materials**: Module slides (.pdf) used during learning sessions.
156+
* **activities**: Contains graded assignments, exercises, and homework to practice concepts covered in the learning module.
157+
* **instructional_team**: Resources for the instructional team.
158+
* **cohort_three**: Additional materials and resources for cohort three.
159+
* **.gitignore**: Files to exclude from this folder, specified by the Technical Facilitator
160+
* **LICENSE**: The license for this repository.
161+
* **README.md**: This file.
162+
* **steps_to_ask_for_help.png**: Guide on how to ask for help.

0 commit comments

Comments
 (0)