diff options
author | pierregm <pierregm@localhost> | 2009-01-13 21:01:58 +0000 |
---|---|---|
committer | pierregm <pierregm@localhost> | 2009-01-13 21:01:58 +0000 |
commit | 6b633fa3c8f08dd7b1658ee5ed8e560e2f3a9f5f (patch) | |
tree | dda1c347e52172fdb8566fac2cf6a07fc35fb787 /doc/source/reference/arrays.ndarray.rst | |
parent | 71194089c90f9c65cab1b15671491aa5a8c2e43c (diff) | |
download | numpy-6b633fa3c8f08dd7b1658ee5ed8e560e2f3a9f5f.tar.gz |
numpy.ma.core:
* introduced baseclass, sharedmask and hardmask as readonly properties of MaskedArray
* docstrings update
numpy.ma.extras:
* docstring updates
docs/reference
* introduced maskedarray, maskedarray.baseclass, maskedarray.generic
Diffstat (limited to 'doc/source/reference/arrays.ndarray.rst')
-rw-r--r-- | doc/source/reference/arrays.ndarray.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst index f07199603..7713bff9c 100644 --- a/doc/source/reference/arrays.ndarray.rst +++ b/doc/source/reference/arrays.ndarray.rst @@ -135,6 +135,8 @@ in a different scheme. is automatically made. +.. _arrays.ndarray.attributes: + Array attributes ================ @@ -217,6 +219,9 @@ Array interface .. note:: XXX: update and check these docstrings. + +.. _array.ndarray.methods: + Array methods ============= |