Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-28 16:14:52 +01:00 committed by GitHub
parent 823d98f027
commit 4562adcbfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ Important VS Code notes:
* [Reshape and flatten](numpy/reshape/README.md) * [Reshape and flatten](numpy/reshape/README.md)
* [Slices and Views](numpy/slices_views/README.md) * [Slices and Views](numpy/slices_views/README.md)
* [Where](numpy/where/README.md) * [Where](numpy/where/README.md)
* [Extending an existing matrix: tile, repeat, pad](numpy/extending/README.md)
* [Boolean matricies and logic functions](numpy/bool_matrix/README.md) * [Boolean matricies and logic functions](numpy/bool_matrix/README.md)
* [Advanced Indexing](numpy/advanced_indexing/README.md) * [Advanced Indexing](numpy/advanced_indexing/README.md)
* [Available dtypes](numpy/dtype/README.md) * [Available dtypes](numpy/dtype/README.md)