summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix missed replacement of rg by rng.Charles Harris2021-03-151-1/+1
* DOC: Consistently use rng as variable name for random generatorsTim Hoffmann2021-03-154-31/+31
* Merge pull request #17636 from leonarduschen/update-navbar-linked-pageMatti Picus2021-03-141-0/+1
|\
| * Update navbar linked page back to indexleonarduschen2021-03-121-0/+1
* | DOC: Added documentation for linter (#18423)Ganesh Kathiresan2021-03-101-0/+31
|/
* Merge pull request #18418 from numpy/eric-wieser/fix-18321Matti Picus2021-03-051-7/+1
|\
| * DOC: remove layout overrides for headerseric-wieser/fix-18321Eric Wieser2021-02-151-7/+1
* | MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-0410-52/+53
* | DOC Improve formatting in the depending_on_numpy documentation (#18518)Roman Yurchak2021-03-011-1/+1
* | DOC: address a few more review comments on downstream packaging guideRalf Gommers2021-02-281-7/+5
* | DOC: address review comments on guide for downstream package authorsRalf Gommers2021-02-281-7/+13
* | DOC: add guide for downstream package authorsRalf Gommers2021-02-272-0/+144
* | DOC: mv meta landing page to index.rst.Ross Barnowski2021-02-262-1/+2
* | DOC: Closes issue #7408cisaacstern2021-02-241-2/+2
* | Remove LinAlg heading, mv link to further reading.Ross Barnowski2021-02-211-7/+2
* | Link quickstart linalg to tutorial-svdRoss Barnowski2021-02-191-47/+1
* | DOC: remove explanations_index reference - See #17845Mary2021-02-181-1/+0
* | Merge branch 'master' of https://github.com/numpy/numpy into iss17845p3aMary2021-02-179-102/+404
|\ \
| * | DOC: point intersphinx to matplotlib/stable...Jody Klymak2021-02-161-1/+1
| |/
| * DOC: Update arraycreation (#17887)Ryan C Cooper2021-02-121-74/+312
| * Merge pull request #18339 from melissawm/matmul_docsCharles Harris2021-02-123-4/+20
| |\
| | * Removing mention of the @= operator.melissawm2021-02-112-3/+3
| | * Applying suggestions from PR review.melissawm2021-02-052-4/+2
| | * DOC: Discussion on the @ operator and the matrix classmelissawm2021-02-053-3/+21
| * | Merge pull request #18364 from sleeplessinseattledev/bug17845Charles Harris2021-02-081-17/+14
| |\ \
| | * | DOC: Update landing page to match table of contents - Step 1 - See #17845Mary2021-02-071-17/+14
| * | | REL: Update master after 1.20.1 release.Charles Harris2021-02-072-0/+54
| |/ /
| * | DOC: Change license date 2020 -> 2021 (gh-18346)Aerysv2021-02-061-1/+1
| * | Merge pull request #18340 from mgeier/no-pygments-styleMatti Picus2021-02-061-3/+0
| |\ \
| | * | DOC: remove pygments_style from conf.pyMatthias Geier2021-02-051-3/+0
| | |/
| * | DOC: Fix whitespace before "last updated" on overview pageMatthias Geier2021-02-051-1/+1
| |/
| * DOC: Corrected numpy.power example.Mary2021-02-021-1/+1
* | DOC: remove explanations.rst - See #17845Mary2021-02-161-14/+0
|/
* REL: Update master after 1.20.0 release.Charles Harris2021-01-301-2/+2
* DOC: __array__ accepts a dtype argumentRyan Soklaski2021-01-261-8/+8
* Merge pull request #18230 from seberg/issue-17977Charles Harris2021-01-262-22/+50
|\
| * Fix ref to user guide in release notes.Ross Barnowski2021-01-262-1/+3
| * Apply suggestions from code reviewSebastian Berg2021-01-261-4/+3
| * Update doc/source/release/1.20.0-notes.rstSebastian Berg2021-01-261-2/+2
| * DOC: Clarify the type alias deprecation messageSebastian Berg2021-01-261-20/+47
* | Fix example in array subclassing doc (#18235)Nicolas Hug2021-01-261-1/+1
* | REL: Update master after 1.19.5 release.Charles Harris2021-01-052-0/+43
|/
* Merge pull request #18007 from eric-wieser/float-printing-docCharles Harris2020-12-282-0/+41
|\
| * Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-2/+2
| * Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-0/+11
| * Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-271-2/+6
| * Update doc/source/reference/arrays.scalars.rstEric Wieser2020-12-161-1/+1
| * DOC: Add a brief explanation of float printingEric Wieser2020-12-162-0/+26
* | Merge pull request #18001 from seiko2plus/fix_detect_aarch64_osxCharles Harris2020-12-231-4/+4
|\ \
| * | BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-201-4/+4