Skip to content

Commit acc7ecb

Browse files
authored
Merge pull request #16490 from QuLogic/index-typo
Fix some typos on the front page
2 parents 7631557 + 9c89c21 commit acc7ecb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/index.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Matplotlib makes easy things easy and hard things possible.
4040

4141
Create
4242

43-
- Develop `publication quality plots`_ with just with just a few lines of code
43+
- Develop `publication quality plots`_ with just a few lines of code
4444
- Use `interactive figures`_ that can zoom, pan, update...
4545

4646
.. _publication quality plots: https://matplotlib.org/gallery/index.html
@@ -62,7 +62,7 @@ Matplotlib makes easy things easy and hard things possible.
6262

6363
- Explore tailored functionality provided by
6464
:doc:`third party packages <thirdpartypackages/index>`
65-
- Learn more about matplotlib through the many
65+
- Learn more about Matplotlib through the many
6666
:doc:`external learning resources <resources/index>`
6767

6868
Documentation
@@ -80,7 +80,7 @@ Join our community!
8080
Matplotlib is a welcoming, inclusive project, and we follow the `Python
8181
Software Foundation Code of Conduct <coc_>`_ in everything we do.
8282

83-
.. _coc: http://www.python.org/psf/codeofconduct/
83+
.. _coc: https://www.python.org/psf/conduct/
8484

8585

8686
.. raw:: html
@@ -100,7 +100,7 @@ Software Foundation Code of Conduct <coc_>`_ in everything we do.
100100
</div>
101101
<div class="box-item">
102102
<img src="_static/fa/stack-overflow-brands.svg" alt="Stackoverflow">
103-
<p>Check out the Matplotlib tag on <a href="http://stackoverflow.com/questions/tagged/matplotlib">stackoverflow</a>.</p>
103+
<p>Check out the Matplotlib tag on <a href="https://stackoverflow.com/questions/tagged/matplotlib">stackoverflow</a>.</p>
104104
</div>
105105
<div class="box-item">
106106
<img src="_static/fa/gitter-brands.svg" alt="Gitter">
@@ -152,22 +152,22 @@ Toolkits
152152
========
153153

154154
Matplotlib ships with several add-on :doc:`toolkits <api/toolkits/index>`,
155-
including 3d plotting with `mplot3d`, axes helpers in `axes_grid1` and axis
155+
including 3D plotting with `mplot3d`, axes helpers in `axes_grid1` and axis
156156
helpers in `axisartist`.
157157

158158
Third party packages
159159
====================
160160

161161
A large number of :doc:`third party packages <thirdpartypackages/index>`
162162
extend and build on Matplotlib functionality, including several higher-level
163-
plotting interfaces (seaborn_, holoviews_, ggplot_, ...), and two projection
164-
and mapping toolkits (basemap_ and cartopy_).
163+
plotting interfaces (seaborn_, HoloViews_, ggplot_, ...), and two projection
164+
and mapping toolkits (Basemap_ and Cartopy_).
165165

166166
.. _seaborn: https://seaborn.pydata.org
167-
.. _holoviews: http://holoviews.org
167+
.. _HoloViews: https://holoviews.org
168168
.. _ggplot: http://ggplot.yhathq.com
169-
.. _basemap: https://matplotlib.org/basemap
170-
.. _cartopy: https://scitools.org.uk/cartopy/docs/latest
169+
.. _Basemap: https://matplotlib.org/basemap
170+
.. _Cartopy: https://scitools.org.uk/cartopy/docs/latest
171171

172172
Citing Matplotlib
173173
=================
@@ -204,7 +204,7 @@ law. As with any donation, you should consult with your tax adviser
204204
about your particular tax situation.
205205

206206
Please consider `donating to the Matplotlib project <donating_>`_ through
207-
the Numfocus organization or to the `John Hunter Technology Fellowship
207+
the NumFOCUS organization or to the `John Hunter Technology Fellowship
208208
<jdh-fellowship_>`_.
209209

210210
.. _donating: https://numfocus.org/donate-to-matplotlib
@@ -214,7 +214,7 @@ the Numfocus organization or to the `John Hunter Technology Fellowship
214214
The :doc:`Matplotlib license <users/license>` is based on the `Python Software
215215
Foundation (PSF) license <psf-license_>`_.
216216

217-
.. _psf-license: http://www.python.org/psf/license
217+
.. _psf-license: https://www.python.org/psf/license
218218

219219
There is an active developer community and a long list of people who have made
220220
significant :doc:`contributions <users/credits>`.

0 commit comments

Comments
 (0)