File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 53
53
@echo
54
54
@echo " Build finished. The HTML pages are in build/html."
55
55
56
+ cleandoctrees :
57
+ rm -rf build/doctrees
58
+
56
59
pickle :
57
60
mkdir -p build/pickle build/doctrees
58
61
$(SPHINXBUILD ) -b pickle $(ALLSPHINXOPTS ) build/pickle
@@ -106,7 +109,7 @@ zip: html pdf
106
109
cp ScipyLectures.pdf build/scipy_lecture_notes;
107
110
zip -r build/scipy_lecture_notes.zip build/scipy_lecture_notes
108
111
109
- install : pdf html
112
+ install : cleandoctrees pdf html
110
113
rm -rf build/scipy-lectures.github.com
111
114
cd build/ && \
112
115
git clone
[email protected] :scipy-lectures/scipy-lectures.github.com.git
&& \
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ Scipy Lecture Notes
67
67
68
68
.. sidebar :: Download
69
69
70
- * |pdf | `PDF, 2 pages per side <./_downloads/PythonScientific .pdf >`_
70
+ * |pdf | `PDF, 2 pages per side <./_downloads/ScipyLectures .pdf >`_
71
71
72
- * |pdf | `PDF, 1 page per side <./_downloads/PythonScientific -simple.pdf >`_
72
+ * |pdf | `PDF, 1 page per side <./_downloads/ScipyLectures -simple.pdf >`_
73
73
74
74
* |archive | `HTML and example files <https://github.com/scipy-lectures/scipy-lectures.github.com/zipball/master >`_
75
75
You can’t perform that action at this time.
0 commit comments