summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | [ci skip]
* 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
| | | | | | | | The current master_doc is really only used to specify the toctree to set up the navbar in the pydata-sphinx-theme. By renaming to index.rst the navbar config is preserved and the links back to the main page point to the original landing page rather than the contents page, which was mostly empty.
* DOC: Closes issue #7408cisaacstern2021-02-241-2/+2
|
* Remove LinAlg heading, mv link to further reading.Ross Barnowski2021-02-211-7/+2
| | | | | | * Remove reference to algebra in the intro text. * Link to linalg tutorial in Further Reading * Remove linalg heading + WIP from quickstart.
* Link quickstart linalg to tutorial-svdRoss Barnowski2021-02-191-47/+1
| | | | Replace WIP section with link to well-developed svd tutorial.
* 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
| | | | | | matplotlib canonical docs are now https://matplotlib.org/stable
| * DOC: Update arraycreation (#17887)Ryan C Cooper2021-02-121-74/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rewriting basics.creation * halfway through first draft basics.creation * first draft for array creation rewrite * correct some broken links * correct typo in code format * Apply suggestions from code review - @melissawm PEP8 corrections and some other mistakes. thanks @melissawm! Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> * remove comments on L347 and 356, fix link on L22 * remove typo on L355 section title error * change ND array -> ndarray docs consistent vocab * added np.* to numpy functions and dtypes * @mattip review changes Great changes by @mattip. I like the change from "object" -> "function" Co-authored-by: Matti Picus <matti.picus@gmail.com> * added default_rng() example and some links * Update doc/source/user/basics.creation.rst reformat 3D array L40 Co-authored-by: Eric Wieser <wieser.eric@gmail.com> * Apply suggestions from code review thanks @eric-wieser for catching some formatting typos. Co-authored-by: Eric Wieser <wieser.eric@gmail.com> * working on updates and trying to build * fixed heading underlines and some links * Apply suggestions from code review fixing link to default_rng Co-authored-by: Eric Wieser <wieser.eric@gmail.com> * Apply suggestions from code review - @melissawm adding @melissawm comments to changes Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> * reword ndarray creation distinctions * L34 indented and L94 literal block removed * L34 remove newline to try to fix indent make error * Update doc/source/user/basics.creation.rst @melissawm caught a formatting issue for a list, `::` -> `:` and extra line added Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> * MAINT: Update doc/source/user/basics.creation.rst Co-authored-by: Eric Wieser <wieser.eric@gmail.com> * MAINT: Update doc/source/user/basics.creation.rst Co-authored-by: Eric Wieser <wieser.eric@gmail.com> * MAINT: Update doc/source/user/basics.creation.rst Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> Co-authored-by: Matti Picus <matti.picus@gmail.com> Co-authored-by: Eric Wieser <wieser.eric@gmail.com> Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
| * Merge pull request #18339 from melissawm/matmul_docsCharles Harris2021-02-123-4/+20
| |\ | | | | | | DOC: Discussion on the @ operator and the matrix class
| | * 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
| | * | 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
| | | | | | | | | A very small contribution to update the license date from 2020 to 2021 :)
| * | Merge pull request #18340 from mgeier/no-pygments-styleMatti Picus2021-02-061-3/+0
| |\ \ | | | | | | | | DOC: remove pygments_style from conf.py
| | * | 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
| | | | | | | | See #18256
* | 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
|\ | | | | DOC: Clarify the type alias deprecation message
| * Fix ref to user guide in release notes.Ross Barnowski2021-01-262-1/+3
| |
| * Apply suggestions from code reviewSebastian Berg2021-01-261-4/+3
| | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
| * Update doc/source/release/1.20.0-notes.rstSebastian Berg2021-01-261-2/+2
| | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
| * DOC: Clarify the type alias deprecation messageSebastian Berg2021-01-261-20/+47
| | | | | | | | | | This tries to clarify the type alias deprecation message slightly to give more guidance on how to review the replacement (if desired).
* | 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
|\ | | | | DOC: Add a brief explanation of float printing
| * 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
| | | | | | | | Also link to the overflow docs here.
* | Merge pull request #18001 from seiko2plus/fix_detect_aarch64_osxCharles Harris2020-12-231-4/+4
|\ \ | | | | | | BLD, BUG: Fix detecting aarch64 on macOS
| * | BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-201-4/+4
| | | | | | | | | | | | Co-authored-by: h-vetinari <h.vetinari@gmx.com>
* | | Merge pull request #18014 from ev-br/bit_gen_docCharles Harris2020-12-191-0/+38
|\ \ \ | | | | | | | | DOC: random: add some examples for SeedSequence
| * | | MAINT: Fix typo SeepSequenceCharles Harris2020-12-191-1/+1
| | | |
| * | | DOC: random: add some examples for SeedSequenceEvgeni Burovski2020-12-171-0/+38
| | | | | | | | | | | | | | | | | | | | Based on https://mail.python.org/pipermail/numpy-discussion/2020-December/081323.html
* | | | Merge pull request #17973 from seberg/require-sequence-array-coercionCharles Harris2020-12-181-3/+46
|\ \ \ \ | |/ / / |/| | | DEP: Futurewarn on requiring __len__ on array-likes
| * | | DEP: Futurewarn on requiring __len__ on array-likesSebastian Berg2020-12-101-3/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes issue gh-17965. The slightly annoying thing is that there is no simple way to opt-in to the new behaviour and the old behaviour is a bit quirky to begin with (honoring the dtype, but not the shape).
* | | | DOC: fix for doctestsmattip2020-12-161-4/+4
| |_|/ |/| |
* | | Merge pull request #17976 from rnarkk/format-quickstartMatti Picus2020-12-161-197/+181
|\ \ \ | | | | | | | | DOC: Add/remove spaces in snippets and re-format here and there
| * | | Remove spaces around **Rin Arakaki2020-12-161-6/+6
| | | |