> For documentation we have docstrings for each function and tutorial-style
> docs (http://docs.scipy.org/doc/numpy/user/,
> http://scipy-lectures.github.com/intro/numpy/index.html) . All docstrings
> should have clear usage examples, but I'm actually finding it quite hard to
> find functions that don't have any right now. The only one I could dig up
> so quickly is corrcoef(). There must be a few more.
>

The documentation wiki has a little known feature to list functions that do
not have docstrings and docstrings that do not have examples.

Go to http://docs.scipy.org/numpy/search/ and click on the 'No Examples' or
'No Documentation' links.

Same searches are available with scipy at
http://docs.scipy.org/scipy/search/, which Ralf already pointed out needs
the most work.

Kindest regards,
Tim
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to