summaryrefslogtreecommitdiff
path: root/numpy/doc/ufuncs.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-1/+0
* DOC: Fix wrong spelling of ufuncMSeifert042019-07-061-2/+2
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-25/+27
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-1/+1
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-0/+135