Skip to content

Commit

Permalink
This was a good learning experience
Browse files Browse the repository at this point in the history
Be very careful when you first start off a branch
  • Loading branch information
jlperona committed Nov 13, 2017
1 parent 6fa6d67 commit c9ff947
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 39 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@

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

## Building PDFs for the syllabus and assignments
## Building pdfs for syllabus and assignments

First, you must set up your environment.
To initialize this folder, run:

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.

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 (say, for the syllabus), run:

> rst2pdf syllabus.rst syllabus.pdf
Then, to build a pdf of the syllabus, for example, run
> rst2pdf hw1.rst hw1.pdf
1 change: 0 additions & 1 deletion hw4/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions hw4/hw4.rst

This file was deleted.

0 comments on commit c9ff947

Please sign in to comment.