From 2f9d25d3e6d8ecaed6f86452c845fd9c70154710 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 13 Jun 2014 18:29:04 +0530 Subject: changes in the directory so that it can be compiled by sphinx --- lecture_notes/source/basic_python/handout.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lecture_notes/source/basic_python/handout.rst (limited to 'lecture_notes/source/basic_python/handout.rst') diff --git a/lecture_notes/source/basic_python/handout.rst b/lecture_notes/source/basic_python/handout.rst new file mode 100644 index 0000000..37554ab --- /dev/null +++ b/lecture_notes/source/basic_python/handout.rst @@ -0,0 +1,10 @@ +============== + Basic Python +============== + +.. include :: intro.rst +.. include :: strings_loops_lists.rst +.. include :: io_files_parsing.rst +.. include :: func.rst +.. include :: tuples_dicts_sets.rst +.. include :: exercises.rst -- cgit