summaryrefslogtreecommitdiff
path: root/doc
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
parentd46fa57c68b1f6ff4e9f2da6bf9c1e60045c89cf (diff)
downloadnumpy-71320b2952f2bb3c221d24fbb5560cc439269ff6.tar.gz
doc: Move maskedarray docs upward in TOC
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/arrays.classes.rst18
-rw-r--r--doc/source/reference/arrays.rst1
-rw-r--r--doc/source/reference/maskedarray.rst7
3 files changed, 7 insertions, 19 deletions
diff --git a/doc/source/reference/arrays.classes.rst b/doc/source/reference/arrays.classes.rst
index 41253a077..f5a262076 100644
--- a/doc/source/reference/arrays.classes.rst
+++ b/doc/source/reference/arrays.classes.rst
@@ -263,24 +263,6 @@ Masked arrays (:mod:`numpy.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
-
-.. currentmodule:: numpy
-
-.. index::
- single: masked arrays
-
-.. toctree::
- :maxdepth: 2
-
- maskedarray
-
-
Standard container class
========================
diff --git a/doc/source/reference/arrays.rst b/doc/source/reference/arrays.rst
index b6d28fe2c..4204f13a4 100644
--- a/doc/source/reference/arrays.rst
+++ b/doc/source/reference/arrays.rst
@@ -43,4 +43,5 @@ of also more complicated arrangements of data.
arrays.dtypes
arrays.indexing
arrays.classes
+ maskedarray
arrays.interface
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