summaryrefslogtreecommitdiff
path: root/numpy/doc/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-3/+2
* 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
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-1/+1
* Docstring update: numpy.docPauli Virtanen2009-10-021-1/+1
* Import documentation topic modules when numpy.doc is imported, so that they a...Pauli Virtanen2008-08-271-2/+17
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-2/+12
* Add numpy.doc topical documentation framework.Stefan van der Walt2008-07-091-0/+2