From efb68d962d83cda93705e6e2c35fefb7622d54a4 Mon Sep 17 00:00:00 2001 From: Lingamuneni Santhosh Siddhardha <103999924+Santhosh-Siddhardha@users.noreply.github.com> Date: Sun, 19 May 2024 23:57:34 +0530 Subject: [PATCH] Update index.md Added Loading Arrays from Files Section Linked it to its md file --- contrib/numpy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/numpy/index.md b/contrib/numpy/index.md index 82596a2..5c8cfa6 100644 --- a/contrib/numpy/index.md +++ b/contrib/numpy/index.md @@ -1,3 +1,3 @@ # List of sections -- [Section title](filename.md) +- [Loading Arrays from Files](loading_arrays_from_files.md)