From f5acbcac2a7f88d36fe9750fcc81aba50b22fb3b Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Wed, 15 Jun 2011 12:33:13 +0530 Subject: Modified the index file in basic python to be consistent with other module's. --- basic_python/handOut.rst | 2 +- basic_python/python.tex | 6 ++++-- index.rst | 1 + 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 Introduction to the course Using Linux Tools LaTeX -- cgit