Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a5f927

Browse files
authored
Merge pull request #9384 from matplotlib/auto-backport-of-pr-9381
Backport PR #9381 on branch v2.1.0-doc
2 parents 713ab25 + 8b854b4 commit 4a5f927

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

doc/users/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ User's Guide
1414

1515
intro.rst
1616
installing.rst
17+
../tutorials/index.rst
1718
interactive.rst
1819
whats_new.rst
1920
github_stats.rst

tutorials/advanced/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tutorials-advanced:
22

33
Advanced
4-
========
4+
--------
55

66
These tutorials cover advanced topics for experienced Matplotlib
77
users and developers.

tutorials/colors/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tutorials-colors:
22

33
Colors
4-
======
4+
------
55

66
Matplotlib has support for visualizing information with a wide array
77
of colors and colormaps. These tutorials cover the basics of how

tutorials/intermediate/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tutorials-intermediate:
22

33
Intermediate
4-
============
4+
------------
55

66
These tutorials cover some of the more complicated classes and functions
77
in Matplotlib. They can be useful for particular custom and complex

tutorials/introductory/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tutorials-introductory:
22

33
Introductory
4-
============
4+
-------------
55

66
These tutorials cover the basics of creating visualizations with
77
Matplotlib, as well as some best-practices in using the package

tutorials/text/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tutorials-text:
22

33
Text
4-
====
4+
----
55

66
matplotlib has extensive text support, including support for
77
mathematical expressions, truetype support for raster and

tutorials/toolkits/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tutorials-toolkits:
22

33
Toolkits
4-
========
4+
--------
55

66
These tutorials cover toolkits designed to extend the functionality
77
of Matplotlib in order to accomplish specific goals.

0 commit comments

Comments
 (0)