summaryrefslogtreecommitdiff
path: root/numpy/doc/misc.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-1/+0
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* DOC: fix broken links for developer documentationNikita Kartashov2018-04-211-1/+1
* MAINT: Don't internally use the one-argument whereEric Wieser2017-06-031-1/+2
* Fix number sequenceAbdullah Alrasheed2016-01-141-4/+4
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* DOC: clean up docs in userguide for interfacing to compiled code a bit.Ralf Gommers2014-04-211-29/+26
* 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
* ENH: Change the default error handling to warn instead of print, except for u...Robert Kern2011-04-011-18/+22
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-17/+19
* small doctest fixesPaul Ivanov2009-12-301-5/+3
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-2/+3
* Merge from the doc wikiPauli Virtanen2009-03-241-1/+1
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-2/+216
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-0/+9