summaryrefslogtreecommitdiff
path: root/doc/source/user
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Change list to tuple in example description. (gh-15705)Sebastian Berg2020-03-051-2/+2
| | | | | | | | | Changed a description in the quickstart example to use tuple instead of the deprecated list for indexing arrays. The change is located at the Indexing with Arrays of Indices section. Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Matti Picus <matti.picus@gmail.com> Closes gh-15699
* DOC: fix SVD tutorial to pass refguide (#15710)Matti Picus2020-03-051-1/+6
| | | | | * DOC: fix printing and add traceback for SVD tutorial Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
* DOC: Fix quickstart doc to pass refguide (#15703)Matti Picus2020-03-051-38/+54
| | | | | * DOC: Fix quickstart doc to pass refguide Fix printing of arrays. Co-Authored-By: Eric Wieser <wieser.eric@gmail.com>
* DOC: Make extension module wording more clearmatt2020-02-291-8/+8
|
* Merge pull request #15295 from melissawm/linalg-tutorialMatti Picus2020-02-288-0/+593
|\ | | | | DOC: Added tutorial about linear algebra on multidimensional arrays
| * Fixing linksmelissawm2020-02-281-10/+11
| |
| * Fixing formatting of source.melissawm2020-02-271-46/+72
| |
| * Added intersphinx mappings for skimage and imageio; added proper links to ↵melissawm2020-02-271-20/+7
| | | | | | | | external docs.
| * Fixed missing backtick.melissawm2020-02-211-1/+1
| |
| * Added plot scripts and reworded to respond to PR comments.melissawm2020-02-217-74/+212
| |
| * Incorporated @bonn0062's suggestions.Melissa Weber Mendonça2020-01-241-15/+16
| |
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-1/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Update doc/source/user/tutorial-svd.rstMelissa Weber Mendonça2020-01-241-2/+1
| | | | | | Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
| * Addressing comments on PR.Melissa Weber Mendonça2020-01-211-133/+105
| |
| * DOC: Added tutorial about linear algebra on multidimensional arraysMelissa Weber Mendonça2020-01-082-0/+469
| |
* | Adding @mattip suggestionAlexandre de Siqueira2020-02-141-3/+3
| |
* | Removing bad practices from quick start + some PEP8Alexandre de Siqueira2020-02-131-32/+28
| | | | | | | | | | | | | | Hey y'all, here I am replacing `.shape = ` with `.reshape`. There is some PEP8 changes, but not that much. Some issues arise from that, mainly in "Copies and views". I think this section should be rewritten with other examples. Thoughts everyone? Thanks!
* | MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
| | | | | | | | | | | | | | * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811)
* | Merge pull request #15338 from mattip/site.cfgCharles Harris2020-01-311-1/+8
|\ \ | | | | | | DOC: document site.cfg.example
| * | DOC: link and cleanup docstrings in site.cfg.examplemattip2020-01-201-1/+8
| | |
* | | update result of rng.random(3) to current rng outputPierre de Buyl2020-01-301-1/+1
| | | | | | | | | | | | part of #14970
* | | DOC: fix docstrings so `python tools/refguide-check --rst <file> runs (#15439)Matti Picus2020-01-292-237/+300
| | | | | | | | | | | | DOC: fix docstrings so `python tools/refguide-check --rst <file> runs
* | | DOC: Fix Incorrect documentkishimoto-banana2020-01-261-5/+5
| | |
* | | DOC: NumPy for absolute beginners tutorial (#14546)Anne Bonner2020-01-2135-0/+1689
|/ / | | | | | | | | | | | | 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: fix typosBrian Wignall2020-01-141-1/+1
|/
* Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-87/+0
|
* MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-16/+0
| | | | | Dropping the support for python 2, the difference in module setup do not have to be accounted for anymore. This removes the macros and ifdef's related to module setup code and python 2 support.
* DOC: Improvements to Quickstart Tutorial.Ross Barnowski2019-12-301-17/+27
| | | | | | | | | | | | | | | | | | | * Modified reference to array creation with a list to the more general term 'sequence'. Also removed the 'numeric' distinction. * Updated reference to arange to reflect that as of Python 3, the python built-in range does not return a list. * Fixed 'see also' references to invert and r_ which were not linked properly. * Replaced referenced to ma.row_stack with the more general row_stack. Added additional detail about the aliasing of vstack. * Updated array stacking example to include proper rST python syntax.
* DOC: update documentation on how to build NumPyRalf Gommers2019-12-231-53/+15
| | | | | | Closes gh-15151 [ci skip]
* DOC: explain NPY_*_ILP64_ORDER default valuesPauli Virtanen2019-12-141-1/+1
|