From 306ee421470c2f1afe24ceb8eb347f2fe3e5bc13 Mon Sep 17 00:00:00 2001
From: Isha Mehta <71143297+isha614@users.noreply.github.com>
Date: Tue, 28 Sep 2021 11:49:34 +0530
Subject: [PATCH 1/2] updated resources
---
doc/resources/index.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/resources/index.rst b/doc/resources/index.rst
index df3bed18e38c..26b65f08496f 100644
--- a/doc/resources/index.rst
+++ b/doc/resources/index.rst
@@ -54,6 +54,12 @@ Videos
* `Data Visualization Basics with Python (O'Reilly)
`_
by Randal S. Olson
+* `Matplotlib Introduction
+ `_
+ by codebasics
+* `Mtaplotlib
+ `_
+ by Derek Banas
=========
Tutorials
From 7d075697a16a200169b25ac52b5e2c607ad21cb1 Mon Sep 17 00:00:00 2001
From: Thomas A Caswell
Date: Wed, 29 Sep 2021 16:39:02 -0400
Subject: [PATCH 2/2] Fix typo
Co-authored-by: Aitik Gupta
---
doc/resources/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/resources/index.rst b/doc/resources/index.rst
index 26b65f08496f..d80e4b81fdaa 100644
--- a/doc/resources/index.rst
+++ b/doc/resources/index.rst
@@ -57,7 +57,7 @@ Videos
* `Matplotlib Introduction
`_
by codebasics
-* `Mtaplotlib
+* `Matplotlib
`_
by Derek Banas