summaryrefslogtreecommitdiff
path: root/doc/example.py
Commit message (Collapse)AuthorAgeFilesLines
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
| | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates.
* DOC: Remove the advice to 'import scipy as sp' from the documentation.Robert Kern2011-04-011-1/+0
| | | | Correct a statement about how doctest namespaces are initialized in scipy.
* Address #1146: update docstring standardPauli Virtanen2009-07-011-5/+4
| | | | | In addition, drop mentions of the index:: directive -- we are not using it currently anywhere, and it does not work with Sphinx as-is.
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-0/+125