From 8b854b4e7c69331f29866dac7ee37b33f0c4b0b5 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 12 Oct 2017 16:13:03 -0400 Subject: [PATCH] Backport PR #9381: Add tutorials to the Users Guide. --- doc/users/index.rst | 1 + tutorials/advanced/README.txt | 2 +- tutorials/colors/README.txt | 2 +- tutorials/intermediate/README.txt | 2 +- tutorials/introductory/README.txt | 2 +- tutorials/text/README.txt | 2 +- tutorials/toolkits/README.txt | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/users/index.rst b/doc/users/index.rst index 52f82bd88295..c36d56df153d 100644 --- a/doc/users/index.rst +++ b/doc/users/index.rst @@ -14,6 +14,7 @@ User's Guide intro.rst installing.rst + ../tutorials/index.rst interactive.rst whats_new.rst github_stats.rst diff --git a/tutorials/advanced/README.txt b/tutorials/advanced/README.txt index 0cec354a503f..47292163be06 100644 --- a/tutorials/advanced/README.txt +++ b/tutorials/advanced/README.txt @@ -1,7 +1,7 @@ .. _tutorials-advanced: Advanced -======== +-------- These tutorials cover advanced topics for experienced Matplotlib users and developers. diff --git a/tutorials/colors/README.txt b/tutorials/colors/README.txt index 1699c979264e..e25b52994c52 100644 --- a/tutorials/colors/README.txt +++ b/tutorials/colors/README.txt @@ -1,7 +1,7 @@ .. _tutorials-colors: Colors -====== +------ Matplotlib has support for visualizing information with a wide array of colors and colormaps. These tutorials cover the basics of how diff --git a/tutorials/intermediate/README.txt b/tutorials/intermediate/README.txt index 687c640f5173..5ae0dbd83c3b 100644 --- a/tutorials/intermediate/README.txt +++ b/tutorials/intermediate/README.txt @@ -1,7 +1,7 @@ .. _tutorials-intermediate: Intermediate -============ +------------ These tutorials cover some of the more complicated classes and functions in Matplotlib. They can be useful for particular custom and complex diff --git a/tutorials/introductory/README.txt b/tutorials/introductory/README.txt index bc3c81830a8b..f51300a2a840 100644 --- a/tutorials/introductory/README.txt +++ b/tutorials/introductory/README.txt @@ -1,7 +1,7 @@ .. _tutorials-introductory: Introductory -============ +------------- These tutorials cover the basics of creating visualizations with Matplotlib, as well as some best-practices in using the package diff --git a/tutorials/text/README.txt b/tutorials/text/README.txt index 8ef15ce1970c..7ad6e9b14b18 100644 --- a/tutorials/text/README.txt +++ b/tutorials/text/README.txt @@ -1,7 +1,7 @@ .. _tutorials-text: Text -==== +---- matplotlib has extensive text support, including support for mathematical expressions, truetype support for raster and diff --git a/tutorials/toolkits/README.txt b/tutorials/toolkits/README.txt index fd67eb8b8aa9..4a0c6ab3af64 100644 --- a/tutorials/toolkits/README.txt +++ b/tutorials/toolkits/README.txt @@ -1,7 +1,7 @@ .. _tutorials-toolkits: Toolkits -======== +-------- These tutorials cover toolkits designed to extend the functionality of Matplotlib in order to accomplish specific goals.