Skip to content

Commit e0026a2

Browse files
authored
Merge pull request #21 from jklymak/enh-clean-intro
ENH: fix intro links
2 parents c8fe424 + 6bdcb5e commit e0026a2

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

docs/body.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,44 +9,46 @@ <h1>Matplotlib: Visualization with Python</h1>
99
<ul class="no-padding">
1010
<li>
1111
Create
12-
<a href="https://matplotlib.org/devdocs/gallery/index.html"
12+
<a href="https://ieeexplore.ieee.org/document/4160265/citations?tabFilter=papers"
1313
>publication quality plots</a
1414
>.
1515
</li>
1616
<li>
1717
Make
1818
<a
19-
href="https://matplotlib.org/devdocs/gallery/index.html#event-handling"
19+
href="https://mybinder.org/v2/gh/matplotlib/mpl-brochure-binder/main?labpath=MatplotlibExample.ipynb"
2020
>interactive figures</a
2121
>
2222
that can zoom, pan, update.
2323
</li>
2424
<li>
2525
Customize
2626
<a
27-
href="https://matplotlib.org/devdocs/tutorials/index.html#tutorials"
28-
>visual style and layout</a
29-
>.
27+
href="https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html"
28+
>visual style</a> and
29+
<a href="https://matplotlib.org/stable/tutorials/provisional/mosaic.html"
30+
>layout</a>.
3031
</li>
3132
<li>
3233
Export to
33-
<a href="https://matplotlib.org/devdocs/api/index_backend_api.html"
34+
<a href="https://matplotlib.org/stable/api/figure_api.html#matplotlib.figure.Figure.savefig"
3435
>many file formats</a
3536
>
3637
.
3738
</li>
3839
<li>
3940
Embed in
40-
<a href="https://matplotlib.org/devdocs/api/index_backend_api.html"
41+
<a href="https://matplotlib.org/stable/gallery/#embedding-matplotlib-in-graphical-user-interfaces"
4142
>JupyterLab and Graphical User Interfaces</a
4243
>.
4344
</li>
4445
<li>
45-
Use
46+
Use a rich array of
4647
<a href="https://matplotlib.org/mpl-third-party/"
47-
>domain-specific plots</a
48-
>
49-
from third-party packages.
48+
>third-party packages</a
49+
>
50+
built on Matplotlib.
51+
5052
</li>
5153
</ul>
5254

0 commit comments

Comments
 (0)