summaryrefslogtreecommitdiff
path: root/getting-started-with-for
diff options
context:
space:
mode:
authorAnoop Jacob Thomas2010-10-13 14:00:33 +0530
committerAnoop Jacob Thomas2010-10-13 14:00:33 +0530
commit900a0f4d3fefd4bf05bab44d5ae4d561b8af8660 (patch)
tree6a381b8ae77e0452a27a26d1e0edea96d6090b24 /getting-started-with-for
parent562e575b92d19f8550227e291fcc94ab0372c96a (diff)
downloadst-scripts-900a0f4d3fefd4bf05bab44d5ae4d561b8af8660.tar.gz
st-scripts-900a0f4d3fefd4bf05bab44d5ae4d561b8af8660.tar.bz2
st-scripts-900a0f4d3fefd4bf05bab44d5ae4d561b8af8660.zip
changed headers of scripts(objectives and prerequisites).
Diffstat (limited to 'getting-started-with-for')
-rw-r--r--getting-started-with-for/script.rst40
1 files changed, 25 insertions, 15 deletions
diff --git a/getting-started-with-for/script.rst b/getting-started-with-for/script.rst
index 9dc9db7..b5960d4 100644
--- a/getting-started-with-for/script.rst
+++ b/getting-started-with-for/script.rst
@@ -1,12 +1,28 @@
-.. 3.2 LO: getting started with =for= (2) [anoop]
-.. -----------------------------------------------
-.. * blocks in python
-.. + (indentation)
-.. * blocks in ipython
-.. + ... prompt
-.. + hitting enter
-.. * =for= with a list
-.. * =range= function
+.. Objectives
+.. ----------
+
+.. At the end of this tutorial, you will be able to
+
+.. 1. Write blocks of code in python.
+.. #. Use for loop.
+.. #. Use ``range()`` function.
+.. #. Write blocks in python interpreter
+.. #. Write blocks in ipython interpreter.
+
+
+.. Prerequisites
+.. -------------
+
+.. 1. should have ``ipython`` and ``pylab`` installed.
+.. #. getting started with ``ipython``.
+.. #. getting started with lists.
+
+
+.. Author : Anoop Jacob Thomas <anoop@fossee.in>
+ Internal Reviewer :
+ External Reviewer :
+ Checklist OK? : <put date stamp here, if OK> [2010-10-05]
+
=============================
Getting started with for loop
@@ -286,9 +302,3 @@ list and then the ``range()`` function.
{{{ switch to next slide, thank you slide }}}
Thank you!
-
-.. Author: Anoop Jacob Thomas <anoop@fossee.in>
- Reviewer 1: Nishanth
- Reviewer 2: Amit Sethi
- External reviewer:
-