From f71aa2a6779f1f8b2d119a82dc6ca7f5a1ed8cfc Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Mon, 23 Oct 2017 09:26:29 -0700 Subject: [PATCH 1/2] adding links to color examples and tutorials in the api page --- doc/api/colors_api.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/api/colors_api.rst b/doc/api/colors_api.rst index 2789e4361370..5a00d6272931 100644 --- a/doc/api/colors_api.rst +++ b/doc/api/colors_api.rst @@ -2,9 +2,12 @@ colors ****** -For a visual representation of the matplotlib colormaps, see the -"Color" section in the gallery. +For a visual representation of the matplotlib colormaps, see: +* The :ref:`color_examples` examples for examples of controlling color with + Matplotlib. +* The :ref:`tutorials-colors` tutorial for an in-depth guide on controlling + color. :mod:`matplotlib.colors` ======================== @@ -50,4 +53,3 @@ Functions is_color_like makeMappingArray get_named_colors_mapping - From 76b01e4359b9322c79935854fbd0efe38abe36d1 Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Mon, 23 Oct 2017 14:44:57 -0700 Subject: [PATCH 2/2] Matplotlib is capitalized. --- doc/api/colors_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/colors_api.rst b/doc/api/colors_api.rst index 5a00d6272931..196f167b93e6 100644 --- a/doc/api/colors_api.rst +++ b/doc/api/colors_api.rst @@ -2,7 +2,7 @@ colors ****** -For a visual representation of the matplotlib colormaps, see: +For a visual representation of the Matplotlib colormaps, see: * The :ref:`color_examples` examples for examples of controlling color with Matplotlib.