Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Convert titles to sentence case (#23643) | Talha M | 2023-04-26 | 1 | -11/+11 |
| | | | Partially addresses #16261. | ||||
* | DOC: remove explicit imports in rst files | Pierre de Buyl | 2021-12-08 | 1 | -5/+0 |
| | | | | Add conftest.py and pytest.ini files in doc directory | ||||
* | [DOC] make some doctests in user,reference pass pytest | Pierre de Buyl | 2021-12-08 | 1 | -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 | dpitch40 | 2020-07-08 | 1 | -1/+3 |
| | | | | | Improve wording Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> | ||||
* | DOC: fix rST note directive formatting. | Ross Barnowski | 2020-07-07 | 1 | -1/+3 |
| | |||||
* | Added note at the top of the reference section on iteration linking to the ↵ | David Pitchford | 2020-07-07 | 1 | -0/+4 |
| | | | | quickstart documentation section on basic iteration | ||||
* | DOC: fix remaining doc files for refguide_check (#15720) | Pierre de Buyl | 2020-03-26 | 1 | -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 instructions | Joseph Fox-Rabinovitz | 2019-09-18 | 1 | -26/+55 |
| | | | | | More intuitive use of iterators Context manager introduction version noted explicitly | ||||
* | Updated with correct end | Mark Harfouche | 2018-06-02 | 1 | -19/+19 |
| | |||||
* | Reference doc to nditer is python3 friendly | Mark Harfouche | 2018-06-01 | 1 | -19/+19 |
| | |||||
* | DOC: cleanup documentation, continuation of nditer PR #9998 | mattip | 2018-04-23 | 1 | -19/+20 |
| | |||||
* | emphasis accessing `it.operands` only on open iterator | mattip | 2018-04-22 | 1 | -9/+16 |
| | |||||
* | ENH: add nditer.close as per review | mattip | 2018-04-20 | 1 | -3/+6 |
| | |||||
* | ENH: add NpyIter_Close, nditer__{enter,exit}__ | mattip | 2018-04-20 | 1 | -36/+48 |
| | |||||
* | Fix documentation description of loop spam in interactive interpreter | Eric Price | 2013-08-10 | 1 | -3/+3 |
| | |||||
* | DOC: nditer: Add details about why 'readonly' is the operand default | Mark Wiebe | 2011-08-25 | 1 | -1/+5 |
| | |||||
* | DOC: nditer: Tweaks to the tutorial based on feedback from Chris | Mark Wiebe | 2011-08-25 | 1 | -25/+31 |
| | |||||
* | DOC: nditer: Add links to the nditer introductory doc to make it more ↵ | Mark Wiebe | 2011-08-25 | 1 | -1/+1 |
| | | | | discoverable | ||||
* | DOC: nditer: Finish up the nditer walkthrough with a Cython example | Mark Wiebe | 2011-08-25 | 1 | -37/+184 |
| | |||||
* | DOC: nditer: Add tutorial-style material covering more than one operand | Mark Wiebe | 2011-08-25 | 1 | -15/+243 |
| | |||||
* | DOC: nditer: Write tutorial-style introduction covering single-array iteration | Mark Wiebe | 2011-08-25 | 1 | -0/+329 |