From 6b633fa3c8f08dd7b1658ee5ed8e560e2f3a9f5f Mon Sep 17 00:00:00 2001 From: pierregm Date: Tue, 13 Jan 2009 21:01:58 +0000 Subject: 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 --- doc/source/reference/arrays.classes.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'doc/source/reference/arrays.classes.rst') diff --git a/doc/source/reference/arrays.classes.rst b/doc/source/reference/arrays.classes.rst index 65fc10af5..41253a077 100644 --- a/doc/source/reference/arrays.classes.rst +++ b/doc/source/reference/arrays.classes.rst @@ -261,7 +261,12 @@ scalar data type object :class:`record`. Masked arrays (:mod:`numpy.ma`) =============================== -.. seealso:: :ref:`routines.ma` +.. seealso:: :ref:`maskedarray` + +Masked arrays are arrays that may have missing or invalid entries. +The :mod:`numpy.ma` module provides a nearly work-alike replacement for numpy +that supports data arrays with masks. + .. XXX: masked array documentation should be improved @@ -270,12 +275,10 @@ Masked arrays (:mod:`numpy.ma`) .. index:: single: masked arrays -.. autosummary:: - :toctree: generated/ - - ma.masked_array +.. toctree:: + :maxdepth: 2 -.. automodule:: numpy.ma + maskedarray Standard container class -- cgit v1.2.1