Skip to content

Commit 394a61c

Browse files
author
Luis D Conejo Alpizar
committed
Updated readme file to include details for the course.
1 parent 28ded1f commit 394a61c

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
# Class Repository Template
1+
# Class repository for Python 220B - Self Paced Class
22

3-
**WARNING** This is a template -- it is not an actual class repo. Students should find the proper repo for their class, and make a fork of that.
4-
5-
This is a repo that serves as a template for a repository for a particular
6-
instance of a class for the [UWPCE Python Certificate](https://www.pce.uw.edu/certificates/python-programming).
7-
8-
Instructors should make a copy of this repo for each class, so that it can be used by the class to
9-
share information and for students to submit their work.
3+
This repository can be used by the class to share information and for students to submit their work.
104

115
## Structure of the Repo
126

137
The class repo has three top level directories:
148

15-
* `examples`: Used to store example code and example documents for the class.
9+
`examples`: Used to include example code and other supporting files for the class.
10+
11+
`solutions`: Used to post solutions to the exercises.
12+
13+
`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.
14+
15+
16+
## For Students:
17+
18+
If you are a student in the class, you should create a fork of this repo, add your work to your fork and use Pull Requests to submit your work for review:
1619

17-
* `solutions`: Used to post solutions to the exercises.
20+
https://uwpce-pythoncert.github.io/PythonCertDevel/modules/Git.html#setting-up-your-fork-of-the-class-repository
1821

19-
* `students`: Used for the students to submit their work. Each student will create
20-
a directory, then store work for each exercise in a subdirectory of that.
22+
*Please only add commits under `student` directory*
2123

0 commit comments

Comments
 (0)