summaryrefslogtreecommitdiff
path: root/numpy/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: Replace PyFITS reference with Astropy and PyTables with h5pyMichael Seifert2017-10-161-2/+2
* 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
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-1/+1
|/
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-103-39/+40
* MAINT: Don't internally use the one-argument whereEric Wieser2017-06-032-2/+3
* DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-171-0/+2
* BUG: Support nout == 0 and at methodEric Wieser2017-04-271-1/+4
* DOC,TST: clarify example of ndarray subclass using __array_ufunc__Marten van Kerkwijk2017-04-271-7/+6
* DOC: implement many smaller and bigger changes suggested in review.Marten van Kerkwijk2017-04-271-15/+18
* DOC: clarify use of super and getattrMarten van Kerkwijk2017-04-271-11/+36
* DOC: Describe __array_func__ in subclassingMarten van Kerkwijk2017-04-271-33/+148
* DOC: describe current implementation of __array_ufunc__.Marten van Kerkwijk2017-04-271-0/+4
* DOC: Removed broken linkJesse Thoren2017-02-231-6/+0
* DOC: fix typo in 'Indexing Multi-dimensional arrays'Kirill Balunov2017-02-071-2/+2
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-069-26/+26
* DOC: Update subclassing doc regarding downstream compatgfyoung2016-08-111-0/+47
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-254-6/+6
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-272-2/+2
* Fix number sequenceAbdullah Alrasheed2016-01-141-4/+4
* typo corrrected.Daniel2015-12-231-1/+1
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-193-22/+22
* DOC: remove placeholders and incompleteness warningsPauli Virtanen2015-10-255-50/+0
* 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
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-5/+2
* DOC: Update docs.Gabor Kovacs2015-06-211-6/+8
* BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-191-27/+13
* DOC: Fix typo and some grammarVraj Mohan2015-05-271-2/+2
* BUG: recarray __repr__ gives inaccurate representationAllan Haldane2015-01-301-1/+1
* BUG: Fix recarray getattr and getindex return typesAllan Haldane2015-01-261-0/+4
* DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-223-29/+114
* DOC note the effect of #1866 in byteorder discussionJoel Nothman2014-10-221-0/+9
* DOC: clean up docs in userguide for interfacing to compiled code a bit.Ralf Gommers2014-04-211-29/+26
* Update link to EricsBroadcastingDocRoman Nekhoroshev2014-03-051-1/+1
* Merge pull request #4362 from njsmith/masterCharles Harris2014-02-241-2/+2
|\
| * [DOC] Fix small inaccuracy in broadcasting docsnjsmith2014-02-241-2/+2
* | ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-4/+4
|/
* DOC: further tweaks to boolean indexing doc to improve clarityGary Oberbrunner2013-12-011-5/+5
* DOC: further improvements for boolean array indexing docGary Oberbrunner2013-11-291-7/+14
* DOC: Improved doc for boolean array indexingGary Oberbrunner2013-11-201-3/+25
* DOC: Add an example of casting array type and byte order using astype.Miguel de Val-Borro2013-11-111-0/+9
* STY: Giant whitespace cleanup.Charles Harris2013-08-1816-17/+1
* DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst.Jesús Gómez2013-08-011-3/+3