diff options
author | Prabhu Ramachandran | 2018-05-15 21:25:25 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2018-05-15 21:25:25 +0530 |
commit | e805f9daa6c91a88fe7c0106db32369b457eda63 (patch) | |
tree | e73e31d9778747f07567ecd52c01e956ed8c440c /scipy | |
parent | 2c5145f262e82996c9c2424159e5eb5dde47fae7 (diff) | |
download | python-workshops-e805f9daa6c91a88fe7c0106db32369b457eda63.tar.gz python-workshops-e805f9daa6c91a88fe7c0106db32369b457eda63.tar.bz2 python-workshops-e805f9daa6c91a88fe7c0106db32369b457eda63.zip |
Add ordering to the basic material.
Diffstat (limited to 'scipy')
-rw-r--r-- | scipy/basic/01_intro.tex (renamed from scipy/basic/intro.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/02_prelims.tex (renamed from scipy/basic/prelims.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/03_ipython_plotting.tex (renamed from scipy/basic/ipython_plotting.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/04_saving_scripts.tex (renamed from scipy/basic/saving_scripts.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/05_lists_arrays.tex (renamed from scipy/basic/lists_arrays.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/06_numpy.tex (renamed from scipy/basic/numpy.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/07_more_numpy.tex (renamed from scipy/basic/more_numpy.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/08_basic_scipy.tex (renamed from scipy/basic/basic_scipy.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/09_exercises.tex (renamed from scipy/basic/exercises.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/10_mlab.tex (renamed from scipy/basic/mlab.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/11_notebook.tex (renamed from scipy/basic/notebook.tex) | 0 | ||||
-rw-r--r-- | scipy/basic/Makefile | 18 |
12 files changed, 9 insertions, 9 deletions
diff --git a/scipy/basic/intro.tex b/scipy/basic/01_intro.tex index 03c0ad0..03c0ad0 100644 --- a/scipy/basic/intro.tex +++ b/scipy/basic/01_intro.tex diff --git a/scipy/basic/prelims.tex b/scipy/basic/02_prelims.tex index e613082..e613082 100644 --- a/scipy/basic/prelims.tex +++ b/scipy/basic/02_prelims.tex diff --git a/scipy/basic/ipython_plotting.tex b/scipy/basic/03_ipython_plotting.tex index d0c5bf3..d0c5bf3 100644 --- a/scipy/basic/ipython_plotting.tex +++ b/scipy/basic/03_ipython_plotting.tex diff --git a/scipy/basic/saving_scripts.tex b/scipy/basic/04_saving_scripts.tex index 356f10f..356f10f 100644 --- a/scipy/basic/saving_scripts.tex +++ b/scipy/basic/04_saving_scripts.tex diff --git a/scipy/basic/lists_arrays.tex b/scipy/basic/05_lists_arrays.tex index 8b47bb7..8b47bb7 100644 --- a/scipy/basic/lists_arrays.tex +++ b/scipy/basic/05_lists_arrays.tex diff --git a/scipy/basic/numpy.tex b/scipy/basic/06_numpy.tex index 0f5e17c..0f5e17c 100644 --- a/scipy/basic/numpy.tex +++ b/scipy/basic/06_numpy.tex diff --git a/scipy/basic/more_numpy.tex b/scipy/basic/07_more_numpy.tex index c53cc41..c53cc41 100644 --- a/scipy/basic/more_numpy.tex +++ b/scipy/basic/07_more_numpy.tex diff --git a/scipy/basic/basic_scipy.tex b/scipy/basic/08_basic_scipy.tex index dca675d..dca675d 100644 --- a/scipy/basic/basic_scipy.tex +++ b/scipy/basic/08_basic_scipy.tex diff --git a/scipy/basic/exercises.tex b/scipy/basic/09_exercises.tex index 78ba335..78ba335 100644 --- a/scipy/basic/exercises.tex +++ b/scipy/basic/09_exercises.tex diff --git a/scipy/basic/mlab.tex b/scipy/basic/10_mlab.tex index 5449b1f..5449b1f 100644 --- a/scipy/basic/mlab.tex +++ b/scipy/basic/10_mlab.tex diff --git a/scipy/basic/notebook.tex b/scipy/basic/11_notebook.tex index 4442c9f..4442c9f 100644 --- a/scipy/basic/notebook.tex +++ b/scipy/basic/11_notebook.tex diff --git a/scipy/basic/Makefile b/scipy/basic/Makefile index 94a29fe..3ffa1a3 100644 --- a/scipy/basic/Makefile +++ b/scipy/basic/Makefile @@ -4,15 +4,15 @@ pdflatex $*.tex pdflatex $*.tex -SLIDES= intro.pdf prelims.pdf ipython_plotting.pdf \ - saving_scripts.pdf \ - lists_arrays.pdf \ - numpy.pdf \ - more_numpy.pdf \ - basic_scipy.pdf \ - exercises.pdf \ - mlab.pdf \ - notebook.pdf +SLIDES= 01_intro.pdf 02_prelims.pdf 03_ipython_plotting.pdf \ + 04_saving_scripts.pdf \ + 05_lists_arrays.pdf \ + 06_numpy.pdf \ + 07_more_numpy.pdf \ + 08_basic_scipy.pdf \ + 09_exercises.pdf \ + 10_mlab.pdf \ + 11_notebook.pdf all: $(SLIDES) quickref.pdf |