summaryrefslogtreecommitdiff
path: root/accessing-pieces-arrays
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-10-07 12:28:24 +0530
committerPuneeth Chaganti2010-10-07 12:28:24 +0530
commit3a29e2982490da298c60e46e2b5db0b7825d33a8 (patch)
tree8a3da4e3f369b53ed2fd5c15048b49dcfea7e1f5 /accessing-pieces-arrays
parenta7f0f75b1ae8eb5e1cb0b205b01cf1333386f104 (diff)
parentb099c658f7797e82d44a1d5fc15ebd97bbaa8a31 (diff)
downloadst-scripts-3a29e2982490da298c60e46e2b5db0b7825d33a8.tar.gz
st-scripts-3a29e2982490da298c60e46e2b5db0b7825d33a8.tar.bz2
st-scripts-3a29e2982490da298c60e46e2b5db0b7825d33a8.zip
Merged heads.
Diffstat (limited to 'accessing-pieces-arrays')
-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 :