From 4562adcbfba60914bfa03df7bde4fb29d9155646 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 28 Dec 2023 16:14:52 +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 f1d8769..af76847 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Important VS Code notes: * [Reshape and flatten](numpy/reshape/README.md) * [Slices and Views](numpy/slices_views/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) * [Advanced Indexing](numpy/advanced_indexing/README.md) * [Available dtypes](numpy/dtype/README.md)