File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ flake8-rst-docstrings
33
44.. image :: https://img.shields.io/pypi/v/flake8-rst-docstrings.svg
55 :alt: Released on the Python Package Index (PyPI)
6- :target: https://pypi.python. org/pypi /flake8-rst-docstrings
6+ :target: https://pypi.org/project /flake8-rst-docstrings/
77.. image :: https://img.shields.io/conda/vn/conda-forge/flake8-rst-docstrings.svg
88 :alt: Released on Conda
99 :target: https://anaconda.org/conda-forge/flake8-rst-docstrings
@@ -22,9 +22,8 @@ Introduction
2222
2323This is an MIT licensed flake8 plugin for validating Python docstrings markup
2424as reStructuredText (RST) using the Python library ``docutils ``. It is
25- available to install from the Python Package Index (PyPI):
26-
27- - https://pypi.python.org/pypi/flake8-rst-docstrings
25+ available to install from the `Python Package Index (PyPI)
26+ <https://pypi.org/project/flake8-rst-docstrings/> `_.
2827
2928This is based heavily off ``pydocstyle `` (which is also MIT licensed), which
3029has a flake8 plugin called ``flake8-docstrings ``, see:
You can’t perform that action at this time.
0 commit comments