summaryrefslogtreecommitdiff
path: root/accessing-pieces-arrays/script.rst
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-10-06 19:28:46 +0530
committerPuneeth Chaganti2010-10-06 19:28:46 +0530
commit594de0eb4a276e7e98778370a8b3de5b2ca7c388 (patch)
treeb2fce576b8d6e141af2b3154ce3db35fd3fca0ea /accessing-pieces-arrays/script.rst
parent296075f7d4919a3cbda20feacde2412fd13849c9 (diff)
downloadst-scripts-594de0eb4a276e7e98778370a8b3de5b2ca7c388.tar.gz
st-scripts-594de0eb4a276e7e98778370a8b3de5b2ca7c388.tar.bz2
st-scripts-594de0eb4a276e7e98778370a8b3de5b2ca7c388.zip
Added pre-reqs for accessing pieces of arrays LO.
Diffstat (limited to 'accessing-pieces-arrays/script.rst')
-rw-r--r--accessing-pieces-arrays/script.rst21
1 files changed, 10 insertions, 11 deletions
diff --git a/accessing-pieces-arrays/script.rst b/accessing-pieces-arrays/script.rst
index b0974af..2731e0d 100644
--- a/accessing-pieces-arrays/script.rst
+++ b/accessing-pieces-arrays/script.rst
@@ -1,22 +1,21 @@
.. Objectives
.. ----------
- By the end of this tutorial, you will be able to:
+ .. By the end of this tutorial, you will be able to:
- 1. Access and change individual elements of arrays, both one
- dimensional and multi-dimensional.
- 2. Access and change rows and columns of arrays.
- 3. Access and change other chunks from an array, using slicing
- and striding.
- 4. Read images into arrays and perform processing on them, using
- simple array manipulations.
+ .. 1. Access and change individual elements of arrays, both one
+ .. dimensional and multi-dimensional.
+ .. 2. Access and change rows and columns of arrays.
+ .. 3. Access and change other chunks from an array, using slicing
+ .. and striding.
+ .. 4. Read images into arrays and perform processing on them, using
+ .. simple array manipulations.
.. Prerequisites
.. -------------
-.. 1. Name of LO-1
-.. 2. Name of LO-2
-.. 3. Name of LO-3
+.. 1. getting started with arrays
+
.. Author : Puneeth
Internal Reviewer :