Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Fix intersphinx inventory names | melissawm | 2022-08-15 | 1 | -2/+2 |
| | | | | Since Sphinx 5.0.0, some intersphinx links need explicit inventory names or they won't be resolved correctly. See https://www.sphinx-doc.org/en/master/changes.html\#release-5-0-0-released-may-30-2022 and https://github.com/sphinx-doc/sphinx/issues/2068. | ||||
* | DOC: Apply final wording suggestion. | Ross Barnowski | 2022-07-08 | 1 | -5/+9 |
| | | | | Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>. | ||||
* | DOC: Improve Array Interface `data` | Axel Huebl | 2022-03-26 | 1 | -2/+4 |
| | | | | | | | | | | | | The previous guidance on the integer type of `data` was a bit misleading in practice and has now been improved. In practice, Unix is fine with `int` (32bit) and `long` (64bit), but Windows requires `long long` to hold a pointer. https://en.cppreference.com/w/cpp/language/types In order not to complicate the guidance, recommend the `intptr_t` type explicitly. | ||||
* | DOC: fix outdated description of unicode | Nimrod | 2022-03-16 | 1 | -1/+1 |
| | |||||
* | DOC: add the DLPack protocol to interpolability docs | Tirth Patel | 2022-03-03 | 1 | -1/+2 |
| | |||||
* | Addressing review comments | melissawm | 2021-11-22 | 1 | -13/+19 |
| | |||||
* | DOC: Fix the references for ``__array_*__`` | takanori-pskq | 2020-10-25 | 1 | -4/+4 |
| | |||||
* | DOC: Fixup for PR #17614 | takanori-pskq | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | DOC: Fix the document for arrays interface | takanori-pskq | 2020-10-23 | 1 | -14/+14 |
| | |||||
* | DOC: Fix wrong blockquotes | takanori-pskq | 2020-10-14 | 1 | -8/+0 |
| | |||||
* | Fix: Add the entry for `NPY_ARR_HAS_DESCR` | takanori-pskq | 2020-10-05 | 1 | -0/+2 |
| | |||||
* | DOC: Fix the references for macros | takanori-pskq | 2020-10-04 | 1 | -4/+4 |
| | |||||
* | Wrap lines | Eric Wieser | 2020-08-26 | 1 | -4/+6 |
| | |||||
* | Improve wording of note | Eric Wieser | 2020-08-26 | 1 | -2/+4 |
| | |||||
* | DOC: Remove references to PyCObject | Eric Wieser | 2020-08-24 | 1 | -22/+33 |
| | | | | This has been replaced by PyCapsule, and no longer exists as of 3.2. | ||||
* | DOC: Fix spelling typo - homogenous to homogeneous. (#16324) | Kevin Moore | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 1 | -8/+8 |
| | |||||
* | DOC: fix `None` reference from python | mattip | 2019-10-15 | 1 | -8/+8 |
| | |||||
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -1/+1 |
| | |||||
* | DOC: Fix more typos in docs and comments. | Dongjoon Hyun | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | DOC: typo in arrays.interface.rst #6516 | Alain | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | DOC: Document Datetime, Timedelta dtype kinds | Hassan Kibirige | 2015-09-08 | 1 | -0/+2 |
| | |||||
* | DOC: Fix outdated sphinx directives. | Charles Harris | 2015-07-01 | 1 | -15/+15 |
| | | | | | | | Examples :cdata: -> :c:data: .. cfunction:: -> .. c:function:: | ||||
* | DOC: improve record/structured array nomenclature & guide | Allan Haldane | 2015-01-22 | 1 | -5/+6 |
| | | | | | | | | | | | This update adds a section better describing record arrays in the user guide (numpy/doc/structured_arrays.py). It also corrects nomenclature, such that "structured array" refers to ndarrays with structured dtype, "record array" refers to modified ndarrays as created by np.rec.array, and "recarray" refers to ndarrays viewed as np.recarray. See the note at the end of the structured array user guide. | ||||
* | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | DOC: update the blurb about the array interface | Pauli Virtanen | 2010-07-21 | 1 | -9/+9 |
| | |||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -3/+122 |
| | |||||
* | docs: strip trailing whitespace from RST files | Pauli Virtanen | 2009-03-21 | 1 | -8/+8 |
| | |||||
* | doc: make the endorsement of PEP 3118 over the old array interface more ↵ | Pauli Virtanen | 2009-03-08 | 1 | -6/+13 |
| | | | | strongly worder | ||||
* | Moved numpy-docs under doc/ in the main Numpy trunk. | Pauli Virtanen | 2008-11-23 | 1 | -0/+210 |