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

Skip to content

Commit f120d0b

Browse files
committed
Update URL to pyparsing.
The wikispaces link is dead.
1 parent 4cd31dd commit f120d0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Matplotlib requires the following dependencies:
114114
* `dateutil <https://pypi.org/project/python-dateutil>`_ (>= 2.1)
115115
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.0)
116116
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 6.2)
117-
* `pyparsing <https://pyparsing.wikispaces.com/>`_ (>=2.0.3)
117+
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>=2.0.3)
118118

119119
Optionally, you can also install a number of packages to enable better user
120120
interface toolkits. See :ref:`what-is-a-backend` for more details on the

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
The module uses pyparsing_ to parse the TeX expression.
99
10-
.. _pyparsing: http://pyparsing.wikispaces.com/
10+
.. _pyparsing: https://pypi.org/project/pyparsing/
1111
1212
The Bakoma distribution of the TeX Computer Modern fonts, and STIX
1313
fonts are supported. There is experimental support for using

0 commit comments

Comments
 (0)