From 8502a091102011b3427011d9f5454a111add79ec Mon Sep 17 00:00:00 2001 From: Uldis Bojars Date: Wed, 8 May 2024 16:28:06 +0300 Subject: [PATCH 1/3] Fixed broken links --- README.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 1746d6c..6aaab4e 100644 --- a/README.rst +++ b/README.rst @@ -810,40 +810,40 @@ Other Types of Plots ==================== .. image:: figures/plot.png - :target: `Regular Plots`_ + :target: #regular-plots .. image:: figures/scatter.png - :target: `Scatter Plots`_ + :target: #scatter-plots .. image:: figures/bar.png - :target: `Bar Plots`_ + :target: #bar-plots .. image:: figures/contour.png - :target: `Contour Plots`_ + :target: #contour-plots .. image:: figures/imshow.png - :target: `Imshow`_ + :target: #imshow .. image:: figures/quiver.png - :target: `Quiver Plots`_ + :target: #quiver-plots .. image:: figures/pie.png - :target: `Pie Charts`_ + :target: #pie-charts .. image:: figures/grid.png - :target: `Grids`_ + :target: #grids .. image:: figures/multiplot.png - :target: `Multi Plots`_ + :target: #multi-plots .. image:: figures/polar.png - :target: `Polar Axis`_ + :target: #polar-axis .. image:: figures/plot3d.png - :target: `3D Plots`_ + :target: #3d-plots .. image:: figures/text.png - :target: `Text`_ + :target: #text Regular Plots From 2287d82a8de5e0b6a7361116ab80607b01bcddd3 Mon Sep 17 00:00:00 2001 From: Uldis Bojars Date: Wed, 8 May 2024 16:33:09 +0300 Subject: [PATCH 2/3] Removed broken gallery link --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 6aaab4e..57edf0d 100644 --- a/README.rst +++ b/README.rst @@ -1335,8 +1335,6 @@ The `matplotlib gallery `_ is also incredibly useful when you search how to render a given graphic. Each example comes with its source. -A smaller gallery is also available `here `_. - Mailing lists -------------- From cb5278eecd0a675a167a683569d208847ff09aad Mon Sep 17 00:00:00 2001 From: Uldis Bojars Date: Wed, 8 May 2024 16:34:59 +0300 Subject: [PATCH 3/3] Removed broken gallery link --- README.html | 1 - 1 file changed, 1 deletion(-) diff --git a/README.html b/README.html index 09dd06c..5fab993 100644 --- a/README.html +++ b/README.html @@ -1132,7 +1132,6 @@

Galleries

The matplotlib gallery is also incredibly useful when you search how to render a given graphic. Each example comes with its source.

-

A smaller gallery is also available here.

Mailing lists