You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -131,15 +131,14 @@ Alternative Textbook: [Data Science: A First Introduction](https://python.datasc
131
131
132
132
```markdown
133
133
.
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
140
140
├── LICENSE
141
141
├── README.md
142
-
├── requirements.txt
143
142
└── steps_to_ask_for_help.png
144
143
```
145
144
@@ -151,3 +150,13 @@ Alternative Textbook: [Data Science: A First Introduction](https://python.datasc
151
150
***instructors:** This folder provides guidance for Technical Facilitators and the Learning Support team on teaching methodologies and content delivery.
152
151
* README: This file!
153
152
* .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