# HG changeset patch # User Puneeth Chaganti # Date 1286373526 -19800 # Node ID 04259d64bc14afde2f0131da13224df5c75de628 # Parent 8edaf377c801f2698d8b06ee1aad8941ef994041 Added pre-reqs for accessing pieces of arrays LO. diff -r 8edaf377c801 -r 04259d64bc14 accessing-pieces-arrays/script.rst --- a/accessing-pieces-arrays/script.rst Wed Oct 06 19:20:59 2010 +0530 +++ b/accessing-pieces-arrays/script.rst Wed Oct 06 19:28:46 2010 +0530 @@ -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 :