@@ -186,16 +186,14 @@ required:
186186 python -m build
187187 pip install dist/pathspec-*-py3-none-any.whl
188188
189- .. _`PyPI` : http://pypi.python.org/pypi/pathspec
190- .. _`build` : https://pypi.org/project/build/
191-
192189The following optional dependencies can be installed:
193190
194191- `google-re2 `_: Enables optional "re2" backend.
195192- `hyperscan `_: Enables optional "hyperscan" backend.
196193- `typing-extensions `_: Improves some type hints.
197194
198-
195+ .. _`PyPI` : http://pypi.python.org/pypi/pathspec
196+ .. _`build` : https://pypi.org/project/build/
199197.. _`typing-extensions` : https://pypi.org/project/typing-extensions/
200198
201199
@@ -204,14 +202,14 @@ Documentation
204202
205203Documentation for *pathspec * is available on `Read the Docs `_.
206204
207- .. _ `Read the Docs` : https://python-path-specification.readthedocs.io
205+ The full change history can be found in ` CHANGES.rst `_ and ` Change History `_.
208206
209- The full change history can be found in * CHANGES .rst* and `Change History `_.
207+ An upgrade guide is available in ` UPGRADING .rst`_ and `Upgrade Guide `_.
210208
209+ .. _`CHANGES.rst` : https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst
211210.. _`Change History` : https://python-path-specification.readthedocs.io/en/stable/changes.html
212-
213- An upgrade guide is available in *UPGRADING.rst * and `Upgrade Guide `_.
214-
211+ .. _`Read the Docs` : https://python-path-specification.readthedocs.io
212+ .. _`UPGRADING.rst` : https://github.com/cpburnz/python-pathspec/blob/master/UPGRADING.rst
215213.. _`Upgrade Guide` : https://python-path-specification.readthedocs.io/en/stable/upgrading.html
216214
217215
0 commit comments