|
From: Stefan v. d. W. <st...@su...> - 2006-02-21 15:55:44
|
Hi Gary
Thanks for your suggestions. I incorporated them.
St=E9fan
On Wed, Feb 22, 2006 at 01:24:24AM +1100, Gary Ruben wrote:
> 1. I'd put 'assumes from numpy import *' in the preamble.
> 2. Is it possible to change the formatting to make it more obvious what=
=20
> is input and what is output? I think it is better to show the input and=
=20
> output with a standard Python prompt a'la idle or possibly ipython.
> 3. I think it might be worth pointing out that
>=20
> img =3D array([(0,0,0), (1,0,0), (0,1,0), (0,0,1)], [('r',Float32),('g'=
,F
> loat32),('b',Float32)])
>=20
> is valid syntax that can be replaced by the 2-line version you present.=
=20
> 4. Can you explain dtype=3D(void,12)?
> 5. When the page's name is changed, a link should be put to it in the=20
> 'Getting Started and Tutorial' section of the Documentation page.
|