[SciPy-Dev] import scipy convention in docstring Examples

David Goldsmith d.l.goldsmith at gmail.com
Sun Jun 13 15:20:33 EDT 2010


Hi!  For the Examples in the numpy docstrings, we have the convention that
we do not need to include "import numpy" (because that is done by our
automated example tester) but when we're using a numpy namespace object, we
need to prefix it with "np." (because that's how our automated tester is
importing it).  Is there a similar convention for docstring Examples in
scipy?

DG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20100613/c6827c91/attachment.html>


More information about the SciPy-Dev mailing list