From ccdfc10f410b95d8d53a9e61f4571a96257ac249 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:20:13 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 373260c..9a61410 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ Important VS Code notes: * [Dataclass](python_basics/dataclass/README.md) ## Numpy: The Basics of the basics -* [The N-dimensional array (ndarray)​](numpy/ndarray/README.md) +* [The N-dimensional array (ndarray)​](numpy/ndarray/README.md) +* [Dimensions and shape](numpy/dimensions/README.md) * [Making a matrix from numerical ranges](numpy/numerical_ranges​/README.md) * [New matrix](numpy/new_matrix/README.md) * [Reshape and flatten](numpy/reshape/README.md)