summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.nditer.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: Convert titles to sentence case (#23643)Talha M2023-04-261-11/+11
* DOC: remove explicit imports in rst filesPierre de Buyl2021-12-081-5/+0
* [DOC] make some doctests in user,reference pass pytestPierre de Buyl2021-12-081-2/+3
* Update doc/source/reference/arrays.nditer.rst dpitch402020-07-081-1/+3
* DOC: fix rST note directive formatting.Ross Barnowski2020-07-071-1/+3
* Added note at the top of the reference section on iteration linking to the qu...David Pitchford2020-07-071-0/+4
* DOC: fix remaining doc files for refguide_check (#15720)Pierre de Buyl2020-03-261-159/+22
* DOC: Updates to nditer usage instructionsJoseph Fox-Rabinovitz2019-09-181-26/+55
* Updated with correct endMark Harfouche2018-06-021-19/+19
* Reference doc to nditer is python3 friendlyMark Harfouche2018-06-011-19/+19
* DOC: cleanup documentation, continuation of nditer PR #9998mattip2018-04-231-19/+20
* emphasis accessing `it.operands` only on open iteratormattip2018-04-221-9/+16
* ENH: add nditer.close as per reviewmattip2018-04-201-3/+6
* ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-201-36/+48
* Fix documentation description of loop spam in interactive interpreterEric Price2013-08-101-3/+3
* DOC: nditer: Add details about why 'readonly' is the operand defaultMark Wiebe2011-08-251-1/+5
* DOC: nditer: Tweaks to the tutorial based on feedback from ChrisMark Wiebe2011-08-251-25/+31
* DOC: nditer: Add links to the nditer introductory doc to make it more discove...Mark Wiebe2011-08-251-1/+1
* DOC: nditer: Finish up the nditer walkthrough with a Cython exampleMark Wiebe2011-08-251-37/+184
* DOC: nditer: Add tutorial-style material covering more than one operandMark Wiebe2011-08-251-15/+243
* DOC: nditer: Write tutorial-style introduction covering single-array iterationMark Wiebe2011-08-251-0/+329