summaryrefslogtreecommitdiff
path: root/doc/source/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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: fix typo in basics.dispatch.rstIkko Ashimine2022-12-111-2/+2
* Remove dangling deprecation warningSyam Gadde2022-12-011-4/+0
* API: Add numpy.testing.overrides to aid testing of custom array containersNathan Goldbaum2022-11-161-0/+30
* Merge pull request #22375 from melissawm/doc-arangeMatti Picus2022-11-084-1/+277
|\
| * DOC: Improve how-to-partition contents.melissawm2022-10-112-23/+21
| * 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
* | DOC: Remove "current" from byte-order note and expand it slightly (#22521)Sebastian Berg2022-11-041-3/+5
* | Switch to code blockZachary Blackwood2022-11-011-2/+2
* | Add code-formatting on install instructionsZachary Blackwood2022-10-311-1/+1
* | 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
* 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
|\
| * DOC: add notes on GCC 6.5 being the minimum supported GCC version.Ralf Gommers2022-08-191-1/+1
* | Merge pull request #22117 from melissawm/user-guide-outlineRalf Gommers2022-08-195-166/+23
|\ \
| * | DOC: Reorganize user guide outlinemelissawm2022-08-125-166/+23
* | | Merge pull request #22116 from melissawm/add-sphinx-designMatti Picus2022-08-163-3/+3
|\ \ \
| * | | DOC: Fix intersphinx inventory namesmelissawm2022-08-153-3/+3
| |/ /
* | | 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
| * | DOC: Fix numbering in section titleMelissa Weber Mendonça2022-07-081-1/+1
| * | DOC: Addressing review commentsmelissawm2022-07-081-29/+33
| * | DOC: style fixesmelissawm2022-07-071-67/+78
| * | DOC: Apply suggestions from code reviewPrecision Wordcraft LLC2022-07-071-15/+14
| * | DOC: How-to for verifying bug existence and fixesPrecisionWordcraft2022-07-071-27/+50
| * | 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
| |/ |/|
* | Fixing formatting problemjoaopfg2022-07-111-6/+25
* | Adding docs about the C-API incompatibility error and pointing to the docs in...joaopfg2022-07-071-0/+18
|/
* 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 pageDavid Gilbertson2022-07-051-1/+1
* | Fix typo on Byte-swapping pageDavid Gilbertson2022-07-051-1/+1
|/
* DOC: Tell people to use only-binary optionP. L. Lim2022-06-101-1/+4