From 9f0f50fe4803009d1d4968a0e2f4722b061751a2 Mon Sep 17 00:00:00 2001 From: Rupa-Rd Date: Thu, 30 May 2024 19:27:15 +0530 Subject: [PATCH] Added index --- contrib/numpy/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/numpy/index.md b/contrib/numpy/index.md index b2d459a..df759d9 100644 --- a/contrib/numpy/index.md +++ b/contrib/numpy/index.md @@ -3,6 +3,7 @@ - [Installing NumPy](installing-numpy.md) - [Introduction](introduction.md) - [NumPy Data Types](datatypes.md) +- [Numpy Array Shape and Reshape](array_reshape.md) - [Basic Mathematics](basic_math.md) - [Operations on Arrays in NumPy](operations-on-arrays.md) - [Loading Arrays from Files](loading_arrays_from_files.md)