diff options
author | hardythe1 | 2014-06-12 14:44:39 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-12 14:44:39 +0530 |
commit | f4ff073c0e144546d7c205f6c99df6baed763b04 (patch) | |
tree | 3c6163a3d3aa22362ab9009ece2019e60fc267a6 /lecture_notes/advanced_python/handout.rst | |
parent | 2a0aa076b9879a71dba6235ef84efa9cd15fda80 (diff) | |
download | sees-f4ff073c0e144546d7c205f6c99df6baed763b04.tar.gz sees-f4ff073c0e144546d7c205f6c99df6baed763b04.tar.bz2 sees-f4ff073c0e144546d7c205f6c99df6baed763b04.zip |
restructuring and renaming files/directories with underscores instead of spaces & '-'
Diffstat (limited to 'lecture_notes/advanced_python/handout.rst')
-rw-r--r-- | lecture_notes/advanced_python/handout.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lecture_notes/advanced_python/handout.rst b/lecture_notes/advanced_python/handout.rst new file mode 100644 index 0000000..2cd3618 --- /dev/null +++ b/lecture_notes/advanced_python/handout.rst @@ -0,0 +1,14 @@ +================= + Advanced Python +================= + +.. include :: plotting.rst +.. include :: arrays.rst +.. include :: scipy.rst +.. include :: modules.rst +.. include :: oop.rst +.. include :: lambda.rst +.. include :: sage.rst +.. include :: rst.rst + + |