summaryrefslogtreecommitdiff
path: root/doc/source/user
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Fixing incorrect sentence - Boolean array indexing #23377 (#23489)Younes2023-04-281-6/+7
| | | | | | | | | | | | * DOC: Fixing incorrect sentence - Boolean array indexing #23377 * Update doc/source/user/basics.indexing.rst Co-authored-by: Ross Barnowski <rossbar@berkeley.edu> --------- Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: Convert titles to sentence case (#23643)Talha M2023-04-262-2/+2
| | | Partially addresses #16261.
* DOC: default integer dtype reflect C long size (#23507)Matti Picus2023-03-311-2/+2
|
* DOC: fix broken link to SciPy Tutorialpartev2023-03-231-1/+1
|
* DOC: Update wording related to recommended np alias (#23424)Michail Gaganis2023-03-191-2/+2
| | | Co-authored-by: Mike-gag <gaganis.michail@gmail.com>
* MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-1/+1
|
* DOC: Fix some links in the usage documentyuki2023-02-252-2/+2
|
* DOC: Limit line lengthsPieter2023-02-101-2/+8
|
* Apply suggestions from code reviewPieter2023-02-101-3/+3
| | | Co-authored-by: Mukulika <60316606+Mukulikaa@users.noreply.github.com>
* DOC: Add N-dimensional argmax/argmin examplePieter2023-02-061-1/+19
|
* DOC: Structured array doc update to note `dtype[name]` (#22723)A Chethan Reddy2023-01-161-0/+5
| | | | | Add note that name access of structured dtypes is allowed. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* DOC: add information about disabling SIMD for crashesmattip2023-01-101-3/+65
|
* DOC: Remove Gitpod as a local build option for users (#22911)Mukulika2023-01-091-22/+5
| | | | | * DOC: Remove Gitpod as a local build option for users Co-authored-by: Matti Picus <matti.picus@gmail.com>
* DOC: fix typo in basics.dispatch.rstIkko Ashimine2022-12-111-2/+2
| | | overriden -> overridden
* Remove dangling deprecation warningSyam Gadde2022-12-011-4/+0
| | | This deprecation is no longer mentioned elsewhere on the page.
* API: Add numpy.testing.overrides to aid testing of custom array containersNathan Goldbaum2022-11-161-0/+30
| | | | Closes #15544
* Merge pull request #22375 from melissawm/doc-arangeMatti Picus2022-11-084-1/+277
|\ | | | | DOC: How to partition domains
| * DOC: Improve how-to-partition contents.melissawm2022-10-112-23/+21
| | | | | | | | Also add links to this document from the functions' docstrings.
| * DOC: How to partition domainsmelissawm2022-10-033-0/+278
| |
* | DOC: Add instruction to initialize git submodules (#22543)Juan Luis Cano Rodríguez2022-11-071-0/+4
| | | | | | | | Add instructions to developer documentation about initializing git submodules before local build.
* | DOC: Remove "current" from byte-order note and expand it slightly (#22521)Sebastian Berg2022-11-041-3/+5
| | | | | | | | | | | | | | | | | | We don't preserve non-native byte-order and we have no wish to do so. (If someone disagrees, they better wite a NEP ;)) Spell it out, and thus: closes gh-1866 Co-authored-by: Sebastian Berg <sebastianb@nvidia.com>
* | Switch to code blockZachary Blackwood2022-11-011-2/+2
| |
* | Add code-formatting on install instructionsZachary Blackwood2022-10-311-1/+1
| | | | | | | | | | | | | | | | The docs seem to be collapsing `--` into `-`, leading the live [page](https://numpy.org/devdocs/user/troubleshooting-importerror.html) to show an invalid command: ``` pip install numpy –upgrade ``` This adds backticks to force both of the `-`'s to be visible
* | DOC: Add reference links and switch to PyCapsuleRohit Goswami2022-10-101-9/+10
| |
* | DOC: Replace CObject with Capsule consistentlyRohit Goswami2022-10-101-3/+3
| |
* | DOC: typo, see issue 22369amagicmuffin2022-10-031-1/+1
|/
* DOC, MAINT: Remove unused filesmelissawm2022-10-036-84/+0
| | | | | | These files should be deleted, as they were used on the SVD Tutorial which is now hosted at numpy/numpy-tutorials. [skip azp][skip travis]
* Minor typo in docsThomas Kastl2022-09-231-2/+2
|
* docs: Fix small grammar slipMartin Zacho2022-08-281-1/+1
|
* Merge pull request #22150 from seiko2plus/issue_21920Charles Harris2022-08-191-1/+1
|\ | | | | CI: Test NumPy build against old versions of GCC(6, 7, 8)
| * DOC: add notes on GCC 6.5 being the minimum supported GCC version.Ralf Gommers2022-08-191-1/+1
| | | | | | | | | | | | | | | | Given that GCC 6 is mainly kept for Ubuntu LTS and that has 6.5 when you install gcc-6 with `apt`, let's document that as the minimum version (also that is what is tested in CI). [ci skip]
* | Merge pull request #22117 from melissawm/user-guide-outlineRalf Gommers2022-08-195-166/+23
|\ \ | | | | | | DOC: Reorganize user guide outline
| * | DOC: Reorganize user guide outlinemelissawm2022-08-125-166/+23
| | |
* | | Merge pull request #22116 from melissawm/add-sphinx-designMatti Picus2022-08-163-3/+3
|\ \ \ | | | | | | | | MAINT,DOC: Remove sphinx-panels in favor of sphinx-design
| * | | DOC: Fix intersphinx inventory namesmelissawm2022-08-153-3/+3
| |/ / | | | | | | | | | 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.
* | | Merge pull request #21152 from PrecisionWordcraft/howto-bugMelissa Weber Mendonça2022-08-122-0/+169
|\ \ \ | |/ / |/| |
| * | DOC: Note about virtualenvMelissa Weber Mendonça2022-08-121-1/+2
| | | | | | | | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
| * | DOC: Fix numbering in section titleMelissa Weber Mendonça2022-07-081-1/+1
| | | | | | | | | Co-authored-by: Rohit Goswami <r95g10@gmail.com>
| * | DOC: Addressing review commentsmelissawm2022-07-081-29/+33
| | |
| * | DOC: style fixesmelissawm2022-07-071-67/+78
| | | | | | | | | | | | | | | | | | | | | Also adds how-to-verify-bug.rst to doctest skiplist in refguide_check. Co-authored-by: Precision Wordcraft LLC <75840094+PrecisionWordcraft@users.noreply.github.com> Co-authored-by: Rohit Goswami <r95g10@gmail.com>
| * | DOC: Apply suggestions from code reviewPrecision Wordcraft LLC2022-07-071-15/+14
| | | | | | | | | | | | | | | | | | Rebased on local, forced push, accepted all suggestions. Co-authored-by: Rohit Goswami <r95g10@gmail.com>
| * | DOC: How-to for verifying bug existence and fixesPrecisionWordcraft2022-07-071-27/+50
| | | | | | | | | | | | | | | | | | | | | Initial commit for replacement PR for 17851, which was closed when the NumPy main branch was renamed. It walks the reader through a quick procedure for verifying bug existence and fixes.
| * | DOC: How to verify your first numpy bugAl-Baraa El-Hag2022-07-072-0/+131
| | |
* | | DOC: some improvements in the NumPy/MATLAB comparison (#22000)Petar Mlinarić2022-07-191-38/+37
| |/ |/| | | | | Includes formatting fixes, example code corrections (not covered by refguide-check), and updates to outdated explanations.
* | Fixing formatting problemjoaopfg2022-07-111-6/+25
| |
* | Adding docs about the C-API incompatibility error and pointing to the docs ↵joaopfg2022-07-071-0/+18
|/ | | | in the error
* DOC: Use alternative phrasing for dimensionality, size in broadcasting.rstSeva Lotoshnikov2022-07-051-9/+9
|
* DOC: Rephrase dimensionality, size in broadcasting.rstSeva Lotoshnikov2022-07-051-4/+8
|
* Merge pull request #21922 from davidgilbertson/patch-2Matti Picus2022-07-051-1/+1
|\ | | | | DOC: fix typo on custom array containers page
| * DOC: fix typo on custom array containers pageDavid Gilbertson2022-07-051-1/+1
| |