Skip to content

Commit 7745d5c

Browse files
authored
Merge pull request #188 from UCL/disable-pdf
Pause building PDF and zipping notebooks
2 parents 8cd1d23 + 0c346bc commit 7745d5c

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)