From 26ed950b5352f9ad3b67b4d126dd181cc07296af Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:35:19 +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 a621937..511bac9 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Important VS Code notes: * [Slices and Views](numpy/slices_views/README.md) * [Where](numpy/where/README.md) * [Boolean matricies and logic functions](numpy/bool_matrix/README.md) +* [Advanced Indexing](numpy/advanced_indexing/README.md) * [Available dtypes](numpy/dtype/README.md) * [Constants](numpy/constants/README.md) * [Math functions](numpy/math_functions/README.md)