UofT-DSI / applying_statistical_concepts

MIT License
8 stars 263 forks source link

file structure change #91

Closed danielrazavi closed 2 months ago

danielrazavi commented 2 months ago

Pull Request Description

Summary: This PR reorganizes the folder structure to enhance clarity and consistency across all repositories. The following changes have been made:

  1. Renamed and Reorganized Folders:
    • 01_slides is now 01_materials containing slides.
    • 02_assignments, 03_homeworks, 04_exercises are now inside of 02_activities as assignments, exercises and homeworks.
    • 05_instructional_team is now 03_instructional_team.
    • 06_cohort_three is now 04_cohort_three.
  2. Updated Descriptions to the below template

New Folder Structure:

.
├── .github
├── 01_materials
│   ├── slides
├── 02_activities
│   ├── assignments
│   ├── exercises
│   └── homework
├── 03_instructional_team
├── 04_cohort_three
├── .gitignore
├── LICENSE
├── README.md
└── steps_to_ask_for_help.png

Details:

Please review the changes and provide feedback. Thank you!

Checklist