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

Skip to content

Commit ca8c260

Browse files
committed
Add version number fix link [skip actions] [skip azp] [skip appveyor]
1 parent 76edeb8 commit ca8c260

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

doc/index.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,30 @@
77
Matplotlib Documentation
88
------------------------
99

10-
Welcome to the documentation for Matplotlib |release|.
10+
Release: |release|
1111

12-
Matplotlib makes easy things easy and hard things possible.
12+
Matplotlib is a comprehensive library for creating static, animated,
13+
and interactive visualizations in Python.
1314

1415
Learn
1516
=====
1617

1718
- :doc:`Quick-start Guide <tutorials/introductory/usage>`
1819
- Basic :doc:`Plot Types <plot_types/index>` and :doc:`Example Gallery <gallery/index>`
19-
- `Introductory Tutorials <../tutorials/index.html#introductory>`
20+
- `Introductory Tutorials <../tutorials/index.html#introductory>`_
2021

2122
Reference
2223
=========
2324

2425
- :doc:`API Reference <api/index>`
26+
2527
- :doc:`pyplot API <api/pyplot_summary>`: top-level interface to create
2628
Figures (`.pyplot.figure`) and Subplots (`.pyplot.subplots`,
2729
`.pyplot.subplot_mosaic`)
2830
- :doc:`Axes API <api/axes_api>` for *most* plotting methods
2931
- :doc:`Figure API <api/figure_api>` for figure-level methods
30-
- :doc:`Extra Toolkits <api/toolkits/index>`
32+
33+
- :doc:`Extra Toolkits <api/toolkits/index>`
3134

3235
How-tos
3336
=======
@@ -36,7 +39,7 @@ How-tos
3639
- :doc:`Contributing to Matplotlib <devel/index>`
3740
- :doc:`Matplotlib FAQ <faq/index>`
3841

39-
Understand
40-
==========
42+
Understand how Matplotlib works
43+
===============================
4144

4245
- Many of the :doc:`Tutorials <tutorials/index>` have explanatory material

0 commit comments

Comments
 (0)