Skip to content

Commit

Permalink
Move files in syllabus and hw1 to a common directory
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
  • Loading branch information
powerjg committed Sep 27, 2017
1 parent 2cfd5b0 commit bc7e5f3
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
venv/
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@
# Welcome to my ECS 201A materials

This is where I am keeping all of my source and similar materials for the class.

## Building pdfs for syllabus and assignments

First, you must set up your environment.
To initialize this folder, run
> ./setup.sh
After initial setup is complete, each time you want to build pdfs you will need to activate the virtualenv.
> source venv/bin/activate
Then, to build a pdf of the syllabus, for example, run
> rst2pdf hw1.rst hw1.pdf
1 change: 0 additions & 1 deletion hw1/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
venv
hw1.pdf
5 changes: 0 additions & 5 deletions hw1/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion syllabus/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
venv
syllabus.pdf

5 changes: 0 additions & 5 deletions syllabus/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions syllabus/requirements.txt

This file was deleted.

3 changes: 0 additions & 3 deletions syllabus/setup.sh

This file was deleted.

0 comments on commit bc7e5f3

Please sign in to comment.