Skip to content

Commit 0c346bc

Browse files
committed
Pause building PDF and zipping notebooks
The PDF was breaking the Travis build and needs investigation. The zip containing the notebooks is not linked from anywhere, can be retrieved from GitHub and is taking up a lot of space.
1 parent 8cd1d23 commit 0c346bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ master.zip: Makefile
6363
rm -f master.zip
6464
wget https://github.com/UCL-RITS/indigo-jekyll/archive/master.zip
6565

66-
ready: indigo $(HTMLS) notes.pdf notebooks.zip
66+
ready: indigo $(HTMLS) # notes.pdf notebooks.zip
6767

6868
indigo-jekyll-master: Makefile master.zip
6969
rm -rf indigo-jekyll-master

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,5 @@ program. That means that you may find supplementary python content useful.
137137

138138
You can find the course notes as HTML via the navigation bar to the left.
139139

140-
The [notes](notes.pdf) are also available in a printable pdf format.
140+
The [notes](notes.pdf) are also available in a printable pdf format.
141+
(**temporarily unavailable!**)

0 commit comments

Comments
 (0)