summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.nditer.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Convert titles to sentence case (#23643)Talha M2023-04-261-11/+11
| | | Partially addresses #16261.
* DOC: remove explicit imports in rst filesPierre de Buyl2021-12-081-5/+0
| | | | Add conftest.py and pytest.ini files in doc directory
* [DOC] make some doctests in user,reference pass pytestPierre de Buyl2021-12-081-2/+3
| | | | | | | | | | | | 1. Add `import numpy as np` in rst files 2. Update NumPy repr for array (whitespace) 3. Update bytearray representation 4. Fix tiny output formatting (`<class ...>`, etc) 5. Format tracebacks 6. Skip random number tests or some platform-dependent outputs 7. Add `<matplotlib. ... at 0x...>` or similar output lines where missing 8. Set seed
* Update doc/source/reference/arrays.nditer.rst dpitch402020-07-081-1/+3
| | | | | Improve wording Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* 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 ↵David Pitchford2020-07-071-0/+4
| | | | quickstart documentation section on basic iteration
* DOC: fix remaining doc files for refguide_check (#15720)Pierre de Buyl2020-03-261-159/+22
| | | | | * DOC: skip f2py fortran and arrays.nditer cython tests for refguide_check * DOC: fix formatting of doc tests and improper use of nditer
* DOC: Updates to nditer usage instructionsJoseph Fox-Rabinovitz2019-09-181-26/+55
| | | | | More intuitive use of iterators Context manager introduction version noted explicitly
* 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 ↵Mark Wiebe2011-08-251-1/+1
| | | | discoverable
* 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