summaryrefslogtreecommitdiff
path: root/numpy/doc/basics.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst coun...Matti Picus2020-09-021-341/+0
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-1/+0
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-2/+2
* Re-add double backlashJohann Faouzi2019-07-091-1/+1
* Update basics.pyJohann Faouzi2019-07-091-2/+2
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* DOC: Minor fix in Integer Overflow docKai Striega2019-03-191-3/+3
* DOC: Remove extra letter from docsKai Striega2019-03-191-1/+1
* DOC: Add description of overflow errorrskai2019-03-181-0/+39
* DOC: Make clear the connection between numpy types and C typesEric Wieser2018-09-041-33/+151
* DOC, BUG: Fix Python 3.6 invalid escape sequence.Charles Harris2017-08-131-2/+2
* Merge branch 'master' into fix-note-on-quad-precCharles Harris2017-08-121-2/+2
|\
| * Merge pull request #9422 from deniederhut/doc/types-formattingCharles Harris2017-08-121-2/+2
| |\
| | * DOC: reverts some escapes [ci-skip]Dillon Niederhut2017-08-111-2/+2
| | * DOC: removes extraneous whitespace with escapesDillon Niederhut2017-07-271-3/+3
| | * DOC: correct formatting of basic.types.htmlDillon Niederhut2017-07-261-3/+3
* | | DOC: Adding backslash between double-backtick and s.Danny Hermes2017-08-111-1/+1
|/ /
* | MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser2017-08-051-2/+2
|/
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-30/+30
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-5/+5
* DOC: be more emphatic about Windows and 64 bitsAnne Archibald2015-09-011-7/+9
* DOC describe the situation of extended precision in numpyAnne Archibald2015-09-011-0/+37
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* DOC: Clarify and add C-compatible integer types to list of dtypesSebastian Berg2013-06-041-11/+18
* 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
* DOC: Add missing minus signOndřej Čertík2012-12-311-1/+1
* DOC: core: Update docs for half/float16 typeMark Wiebe2010-12-011-0/+2
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-3/+3
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-2/+3
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-2/+0
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-0/+137