summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-06-15 12:33:13 +0530
committerMadhusudan.C.S2011-06-15 12:35:56 +0530
commitf5acbcac2a7f88d36fe9750fcc81aba50b22fb3b (patch)
tree928d31ecad058960f0a7fbb495653abc4bb9e88d
parentbdbafc2ddfed33a1131e8d69cb7d9a2a58be449a (diff)
downloadsees-f5acbcac2a7f88d36fe9750fcc81aba50b22fb3b.tar.gz
sees-f5acbcac2a7f88d36fe9750fcc81aba50b22fb3b.tar.bz2
sees-f5acbcac2a7f88d36fe9750fcc81aba50b22fb3b.zip
Modified the index file in basic python to be consistent with other module's.
-rw-r--r--basic_python/handOut.rst2
-rw-r--r--basic_python/python.tex6
-rw-r--r--index.rst1
3 files changed, 6 insertions, 3 deletions
diff --git a/basic_python/handOut.rst b/basic_python/handOut.rst
index b8e87b1..37554ab 100644
--- a/basic_python/handOut.rst
+++ b/basic_python/handOut.rst
@@ -7,4 +7,4 @@
.. include :: io_files_parsing.rst
.. include :: func.rst
.. include :: tuples_dicts_sets.rst
-
+.. include :: exercises.rst
diff --git a/basic_python/python.tex b/basic_python/python.tex
index 01963e1..19be639 100644
--- a/basic_python/python.tex
+++ b/basic_python/python.tex
@@ -22,8 +22,10 @@ commentstyle=\color{red}\itshape, stringstyle=\color{green},
showstringspaces=false, keywordstyle=\color{blue}\bfseries}
\providecommand{\alert}[1]{\textbf{#1}}
-\title{SEES: Basic Python}
-\author{FOSSEE}
+\title{Basic Python}
+\author[FOSSEE] {FOSSEE}
+\institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
+\date []{}
\usetheme{Warsaw}\usecolortheme{default}\useoutertheme{infolines}\setbeamercovered{transparent}
diff --git a/index.rst b/index.rst
index 1456444..53edbcc 100644
--- a/index.rst
+++ b/index.rst
@@ -11,6 +11,7 @@ Contents:
.. toctree::
:maxdepth: 2
+ Test 1 <tests/test1>
Introduction to the course <introduction/introduction>
Using Linux Tools <ult/index.rst>
LaTeX <latex/index.rst>