summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.io.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Convert titles to sentence case (#23643)Talha M2023-04-261-1/+1
| | | Partially addresses #16261.
* DOC: RST Titles Underline reordering (#21677)Matthias Bussonnier2022-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | * ~ not ^ * = skipped for - * swap - and = underline in files they are swapped * * to = in header underline * - to = and * to - for consitency * A few more change * -> ~ * use ~ instead of + * DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement There is still a fourth level here, which remains using " Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* DOC: Fix typostakanori-pskq2020-10-151-1/+1
|
* DOC: Add lib.format.open_memmap to autosummary.Ross Barnowski2020-06-221-1/+1
| | | | | Fixes link in See also section of np.memmap docs and ensures open_memmap is included in the summary of io functions.
* DOC: NumPy for absolute beginners tutorial (#14546)Anne Bonner2020-01-211-0/+2
| | | | | | | This absolute beginners tutorial is the output of Anne's Google Season of Docs project. An intermediate version was also published at https://towardsdatascience.com/the-ultimate-beginners-guide-to-numpy-f5a2f99aef54
* DOC: document new functionsmattip2018-06-151-0/+1
|
* DOC: add numpy.lib.format to docs and link to itmattip2018-05-141-1/+9
|
* DOC: create label and ref, fixes broken linkmattip2018-05-131-1/+1
|
* DOC: link to updated module docstring, not NEPmattip2018-05-131-1/+1
|
* DOC: Prepare to host NEPs on GH pagesJarrod Millman2017-12-141-1/+1
|
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with ↵Matti Picus2017-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WRITEBACKIFCOPY (#9639) * ENH: add API to resolve UPDATEONCOPY outside dealloc, test and use * BUG: Fix usage of keyword "from" as argument name for "can_cast". Also removed inconsistency between the second argument name between documentation ("totype") and code ("to"). * UPDATEIFCOPY -> WRITEBACKIFCOPY, documentation * fixes for review * review2, fix new test * fix new test for using self.assert_deprecated * change deprecation logic as per review * new logic exposed places where PyArray_ResolveWritebackIfCopy not called * deprecate PyArray_XDECREF_ERR in favor of PyArray_DiscardWritebackIfCopy * code review changes * clean up merge cruft * fix from review * fixes from review * extend the release note
* DOC: update documentation for dragon4Allan Haldane2017-11-041-0/+2
|
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-1/+1
| | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
* DOC: add array2string to reference guide and explain relation to array_repr/strRalf Gommers2015-03-181-0/+1
| | | | | | Closes gh-5684. [ci skip]
* DOC: link to the npy-format NEP in numpy.npyio docs. Closes gh-4523.Ralf Gommers2015-01-021-2/+5
| | | | [ci skip]
* DOC: Make savez_compressed show up in the documentation.Charles Harris2013-09-131-0/+1
| | | | Closes #3708.
* DOC: list routines for dealing with raw binary filesPauli Virtanen2011-06-251-0/+8
|
* Docstring update: doc/source/referencePauli Virtanen2009-10-021-0/+1
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+64