From f4ff073c0e144546d7c205f6c99df6baed763b04 Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Thu, 12 Jun 2014 14:44:39 +0530
Subject: restructuring and renaming files/directories with underscores instead
 of spaces & '-'

---
 lecture_notes/advanced_python/handout.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 lecture_notes/advanced_python/handout.rst

(limited to 'lecture_notes/advanced_python/handout.rst')

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
+
+
-- 
cgit