diff options
author | Prabhu Ramachandran | 2021-05-15 17:40:04 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2021-05-15 17:40:04 +0530 |
commit | adbfe2127c219095ec84f08b836a58891f530b35 (patch) | |
tree | 7872b63131d9a4e164bf3a4acc6fa7ee86d2d654 /scipy/basic/Makefile | |
parent | 5be924e4f1db66b12e6000ffdfa29486e6012c5e (diff) | |
download | python-workshops-adbfe2127c219095ec84f08b836a58891f530b35.tar.gz python-workshops-adbfe2127c219095ec84f08b836a58891f530b35.tar.bz2 python-workshops-adbfe2127c219095ec84f08b836a58891f530b35.zip |
Some updates to initial slides.
Diffstat (limited to 'scipy/basic/Makefile')
-rw-r--r-- | scipy/basic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scipy/basic/Makefile b/scipy/basic/Makefile index 3ffa1a3..950c7e0 100644 --- a/scipy/basic/Makefile +++ b/scipy/basic/Makefile @@ -4,7 +4,8 @@ pdflatex $*.tex pdflatex $*.tex -SLIDES= 01_intro.pdf 02_prelims.pdf 03_ipython_plotting.pdf \ +SLIDES= 01_intro.pdf 02_prelims.pdf 02a_anaconda.pdf \ + 03_ipython_plotting.pdf \ 04_saving_scripts.pdf \ 05_lists_arrays.pdf \ 06_numpy.pdf \ |