From e63e995e24b663a19fbc0e21dcaabece2c93f5da Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 30 Dec 2023 19:24:24 +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 cf03525..5b2c43b 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Important VS Code notes: * [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) + - [Ravel and UnRavel](numpy/ravel_unravel/README.md) * [Available dtypes](numpy/dtype/README.md) * [Constants](numpy/constants/README.md) * [Math functions](numpy/math_functions/README.md)