From 3a93fd395b9826cdbc2d5bd17cc3106001bdd6b3 Mon Sep 17 00:00:00 2001 From: Mohammad Aflah Khan <72096386+aflahkhan@users.noreply.github.com> Date: Mon, 14 Dec 2020 18:28:11 +0530 Subject: [PATCH 1/3] Update 10min.rst Added Links for Matplotlib Close along with a line explaining what it does --- doc/source/user_guide/10min.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/user_guide/10min.rst b/doc/source/user_guide/10min.rst index cf548ba5d1133..d7db069bec4d8 100644 --- a/doc/source/user_guide/10min.rst +++ b/doc/source/user_guide/10min.rst @@ -721,6 +721,8 @@ We use the standard convention for referencing the matplotlib API: import matplotlib.pyplot as plt plt.close("all") + +The :meth:`~plt.close` method is used to `close `__ a figure window. .. ipython:: python From 0588f34a62a3312e0e7d4b31a2a53a81b833613b Mon Sep 17 00:00:00 2001 From: Mohammad Aflah Khan <72096386+aflahkhan@users.noreply.github.com> Date: Mon, 14 Dec 2020 22:42:41 +0530 Subject: [PATCH 2/3] Update 10min.rst Removed whitespace in the newly added line which was causing pre-commit / pre-commit (pull_request) to fail --- doc/source/user_guide/10min.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/10min.rst b/doc/source/user_guide/10min.rst index d7db069bec4d8..75691f6b58fa6 100644 --- a/doc/source/user_guide/10min.rst +++ b/doc/source/user_guide/10min.rst @@ -722,7 +722,7 @@ We use the standard convention for referencing the matplotlib API: plt.close("all") -The :meth:`~plt.close` method is used to `close `__ a figure window. +The :meth:`~plt.close` method is used to `close `__ a figure window. .. ipython:: python From 22ab5ee12ed26fbab88d94097facccf0f8453f53 Mon Sep 17 00:00:00 2001 From: Mohammad Aflah Khan <72096386+aflahkhan@users.noreply.github.com> Date: Mon, 14 Dec 2020 23:36:23 +0530 Subject: [PATCH 3/3] Update 10min.rst Removed whitespace from line 723 to try to fix Commit Check Fail --- doc/source/user_guide/10min.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/10min.rst b/doc/source/user_guide/10min.rst index 75691f6b58fa6..e37d4cc05c8c7 100644 --- a/doc/source/user_guide/10min.rst +++ b/doc/source/user_guide/10min.rst @@ -721,7 +721,7 @@ We use the standard convention for referencing the matplotlib API: import matplotlib.pyplot as plt plt.close("all") - + The :meth:`~plt.close` method is used to `close `__ a figure window. .. ipython:: python