summaryrefslogtreecommitdiff
path: root/doc/source/user/misc.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Reorganize user guide outlinemelissawm2022-08-121-0/+2
|
* Remove mentioning deprecated and removed scipy.weave as an alternativeBrigitta Sipocz2022-05-171-19/+1
|
* DOC: fix doctest with true_divide errorPierre de Buyl2022-01-101-1/+1
|
* DOC: remove explicit imports in rst filesPierre de Buyl2021-12-081-3/+0
| | | | Add conftest.py and pytest.ini files in doc directory
* [DOC] make some doctests in user,reference pass pytestPierre de Buyl2021-12-081-5/+12
| | | | | | | | | | | | 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
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
|
* DEP: Deprecate 4 `ndarray.ctypes` methods (#19031)Bas van Beek2021-05-181-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DEP: Deprecate 4 `ndarray.ctypes` methods * `get_data` * `get_shape` * `get_strides` * `get_as_parameter` * TST: Add deprecation tests for 4 `ndarray.ctypes` methods * DOC: Add a release note for the `ndarray.ctypes` method deprecation * MAINT: Deprecate via `__getattr__` instead of `__getattribute__ Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net> * MAINT: Deprecate the methods via proper function definitions Co-Authored-By: Eric Wieser <425260+eric-wieser@users.noreply.github.com> * DOC: Added a missing "the" * DOC: typo fix: property -> properties Co-Authored-By: Eric Wieser <425260+eric-wieser@users.noreply.github.com> Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> Co-authored-by: Eric Wieser <425260+eric-wieser@users.noreply.github.com>
* MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst ↵Matti Picus2020-09-021-1/+221
| | | | | | | | | counterparts (#17222) * DOC: redistribute docstring-only content from numpy/doc * DOC: post-transition clean-up * DOC, MAINT: reskip doctests, fix a few easy ones
* DOC: remove placeholders and incompleteness warningsPauli Virtanen2015-10-251-2/+0
| | | | | Neither are useful, and will discourage both reading and editing of the material.
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-2/+0
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+9