From a89dba867947089a832590c0773d4997ea283c86 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:43:21 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95723e7..a621937 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Important VS Code notes: ## Numpy: The Basics of the basics * [New matrix](numpy/new_matrix/README.md) * [Reshape and flatten](numpy/reshape/README.md) +* [Slices and Views](numpy/slices_views/README.md) * [Where](numpy/where/README.md) * [Boolean matricies and logic functions](numpy/bool_matrix/README.md) * [Available dtypes](numpy/dtype/README.md)