diff options
author | Yuxiang Wang <yw5aj@virginia.edu> | 2014-12-28 15:42:49 -0500 |
---|---|---|
committer | Yuxiang Wang <yw5aj@virginia.edu> | 2014-12-28 15:42:49 -0500 |
commit | c5b19b10fa05724e1df177737dcacee735373364 (patch) | |
tree | 795dfe184a2bf90f6ad6583de9a5dfa761fe815d /doc | |
parent | b4cd02533275d9610c8a38578a4884d711440773 (diff) | |
download | numpy-c5b19b10fa05724e1df177737dcacee735373364.tar.gz |
DOC: Added ma.clump_masked to doc; removed `extras` in examples
1. Added `ma.clump_masked` and `ma.clump_unmasked` into the rst file;
2. Removed the `.extras` in the examples due to the namespace change
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.ma.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/routines.ma.rst b/doc/source/reference/routines.ma.rst index 66bcb1f1c..2408899b3 100644 --- a/doc/source/reference/routines.ma.rst +++ b/doc/source/reference/routines.ma.rst @@ -184,6 +184,8 @@ Finding masked data ma.flatnotmasked_edges ma.notmasked_contiguous ma.notmasked_edges + ma.clump_masked + ma.clump_unmasked Modifying a mask |