<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 28, 2014 at 9:04 PM, Ralf Gommers <span dir="ltr"><<a href="mailto:ralf.gommers@gmail.com" target="_blank">ralf.gommers@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><span class="">On Sun, Dec 28, 2014 at 8:48 PM, Yuxiang Wang <span dir="ltr"><<a href="mailto:yw5aj@virginia.edu" target="_blank">yw5aj@virginia.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear all,<br>
<br>
I am really glad to find out a very useful function called<br>
numpy.ma.extras.clump_masked(), and it is indeed well documented if<br>
you look into the source. However, may I ask why does it not show up<br>
in the main documentation website<br>
(<a href="http://docs.scipy.org/doc/numpy/reference/routines.ma.html" target="_blank">http://docs.scipy.org/doc/numpy/reference/routines.ma.html</a>)?<br></blockquote><div><br></div></span><div>Because they (there's also clump_unmasked) weren't added to the function list in doc/source/reference/routines.ma.rst. Care to send a PR for that?<br><br></div><div>Other todo there is to fix up the examples, they should be used as np.ma.clump_masked not np.ma.extras.clump_masked.<br></div></div></div></div>
</blockquote></div><br></div><div class="gmail_extra">Also, if anyone is in the mood to tackle this kind of thing in a more structural way, it would be quite useful to adapt <a href="https://github.com/scipy/scipy/blob/master/tools/refguide_check.py">https://github.com/scipy/scipy/blob/master/tools/refguide_check.py</a> to numpy and use it to find all missing functions.<br><br></div><div class="gmail_extra">Ralf<br><br></div></div>