Skip to content

Commit 3e12ee6

Browse files
authored
Merge pull request #1 from lethargilistic/master
A bit of cleanup
2 parents ba9b85c + 213a4be commit 3e12ee6

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# ClassRepoTemplate
1+
# Class Repository Template
22

33
This is a repo that serves as a template for a repository for a particular
4-
instance of a class for th UWPCE Python Certificate.
4+
instance of a class for the UWPCE Python Certificate.
55

66
A copy of this repo will be made for each class, so that it can be used by the class to share information and for students to submit their work.
77

8-
## Structure of the repo
8+
## Structure of the Repo
99

1010
The class repo has three top level directories:
1111

1212
`examples`: Used to put example code, etc in for the class.
1313

1414
`solutions`: Used to post solutions to the exercises
1515

16-
`students`: Used for the students to submit their work. Each student will create a dir in the studetns dir in which to put their work.
16+
`students`: Used for the students to submit their work. Each student will create a directory in the students directory in which to put their work.
1717

1818

solutions/00-README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
This dir will hold solutions to the exercises as they become available.
1+
# Solutions
2+
Place solutions in this directory as they become available.
3+
4+
Remember to document your solutions, preferably mentioning where
5+
students might get tripped up. None of the teachers, and none of the students,
6+
want to debug *your* code.

students/00-README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
Students: Please create a directory named after you,
2-
with a readme in it, in this directory.
1+
# Welcome, Students!
2+
When you join the course, please do the following:
33

4+
1. Create a directory named after you.
5+
2. Create a README for your directory.
6+
* Feel free to personalize it a bit!
7+
* Share some things about what makes you you.
8+
* Tell us what you want to get out of this course.
9+
* Protip: Never make a project without a README. What if Two-Years-Older-*You*
10+
forgets what the project was about?

students/Example_Student/name_of_exercise/demo_file.py renamed to students/example_student/name_of_exercise/demo_file.py

File renamed without changes.

0 commit comments

Comments
 (0)