| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
[ci skip]
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
* Remove reference to algebra in the intro text.
* Link to linalg tutorial in Further Reading
* Remove linalg heading + WIP from quickstart.
|
|
|
|
| |
Replace WIP section with link to well-developed svd tutorial.
|
| |
|
|\ |
|
| |
| |
| | |
matplotlib canonical docs are now https://matplotlib.org/stable
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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>
|
| |\
| | |
| | | |
DOC: Discussion on the @ operator and the matrix class
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | | |
| | | | |
DOC: Update landing page to match table of contents
|
| | | | |
|
| |/ / |
|
| | |
| | |
| | | |
A very small contribution to update the license date from 2020 to 2021 :)
|
| |\ \
| | | |
| | | | |
DOC: remove pygments_style from conf.py
|
| | |/ |
|
| |/ |
|
| |
| |
| |
| | |
See #18256
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
DOC: Clarify the type alias deprecation message
|
| | |
|
| |
| |
| | |
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
| |
| |
| | |
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
|
| |
| |
| |
| |
| | |
This tries to clarify the type alias deprecation message slightly
to give more guidance on how to review the replacement (if desired).
|
| | |
|
|/ |
|
|\
| |
| | |
DOC: Add a brief explanation of float printing
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Also link to the overflow docs here.
|
|\ \
| | |
| | | |
BLD, BUG: Fix detecting aarch64 on macOS
|
| | |
| | |
| | |
| | | |
Co-authored-by: h-vetinari <h.vetinari@gmx.com>
|
|\ \ \
| | | |
| | | | |
DOC: random: add some examples for SeedSequence
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Based on
https://mail.python.org/pipermail/numpy-discussion/2020-December/081323.html
|
|\ \ \ \
| |/ / /
|/| | | |
DEP: Futurewarn on requiring __len__ on array-likes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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: Add/remove spaces in snippets and re-format here and there
|
| | | | |
|