summaryrefslogtreecommitdiff
path: root/doc/source/reference/maskedarray.rst
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2009-02-06 00:51:41 +0000
committerPauli Virtanen <pav@iki.fi>2009-02-06 00:51:41 +0000
commit71320b2952f2bb3c221d24fbb5560cc439269ff6 (patch)
treec1926fd3fce68762a60c1515d033334c8bbcf717 /doc/source/reference/maskedarray.rst
parentd46fa57c68b1f6ff4e9f2da6bf9c1e60045c89cf (diff)
downloadnumpy-71320b2952f2bb3c221d24fbb5560cc439269ff6.tar.gz
doc: Move maskedarray docs upward in TOC
Diffstat (limited to 'doc/source/reference/maskedarray.rst')
-rw-r--r--doc/source/reference/maskedarray.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/reference/maskedarray.rst b/doc/source/reference/maskedarray.rst
index aae06c361..c2deb3ba1 100644
--- a/doc/source/reference/maskedarray.rst
+++ b/doc/source/reference/maskedarray.rst
@@ -1,14 +1,19 @@
.. _maskedarray:
+*************
+Masked arrays
+*************
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.
+.. index::
+ single: masked arrays
.. toctree::
:maxdepth: 2
maskedarray.generic
maskedarray.baseclass
- routines.ma \ No newline at end of file
+ routines.ma