[Numpy-svn] r6344 - trunk/doc/source/reference

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Feb 5 19:54:31 EST 2009


Author: ptvirtan
Date: 2009-02-05 18:51:41 -0600 (Thu, 05 Feb 2009)
New Revision: 6344

Modified:
   trunk/doc/source/reference/arrays.classes.rst
   trunk/doc/source/reference/arrays.rst
   trunk/doc/source/reference/maskedarray.rst
Log:
doc: Move maskedarray docs upward in TOC

Modified: trunk/doc/source/reference/arrays.classes.rst
===================================================================
--- trunk/doc/source/reference/arrays.classes.rst	2009-02-06 00:27:08 UTC (rev 6343)
+++ trunk/doc/source/reference/arrays.classes.rst	2009-02-06 00:51:41 UTC (rev 6344)
@@ -263,24 +263,6 @@
 
 .. 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
 ========================
 

Modified: trunk/doc/source/reference/arrays.rst
===================================================================
--- trunk/doc/source/reference/arrays.rst	2009-02-06 00:27:08 UTC (rev 6343)
+++ trunk/doc/source/reference/arrays.rst	2009-02-06 00:51:41 UTC (rev 6344)
@@ -43,4 +43,5 @@
    arrays.dtypes
    arrays.indexing
    arrays.classes
+   maskedarray
    arrays.interface

Modified: trunk/doc/source/reference/maskedarray.rst
===================================================================
--- trunk/doc/source/reference/maskedarray.rst	2009-02-06 00:27:08 UTC (rev 6343)
+++ trunk/doc/source/reference/maskedarray.rst	2009-02-06 00:51:41 UTC (rev 6344)
@@ -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




More information about the Numpy-svn mailing list