Skip to content

Commit 9b272cc

Browse files
Fix RTD links to additional tools in the README (#10079)
Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 45b9cd0 commit 9b272cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Pylint ships with two additional tools:
155155
- pyreverse_ (standalone tool that generates package and class diagrams.)
156156
- symilar_ (duplicate code finder that is also integrated in pylint)
157157

158-
.. _pyreverse: https://pylint.readthedocs.io/en/latest/pyreverse.html
159-
.. _symilar: https://pylint.readthedocs.io/en/latest/symilar.html
158+
.. _pyreverse: https://pylint.readthedocs.io/en/latest/additional_tools/pyreverse/index.html
159+
.. _symilar: https://pylint.readthedocs.io/en/latest/additional_tools/symilar/index.html
160160

161161

162162
.. This is used inside the doc to recover the end of the introduction

doc/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@
9595
"user_guide/output": "usage/output.html",
9696
"user_guide/pre-commit-integration": "installation/pre-commit-integration.html",
9797
"user_guide/run": "usage/run.html",
98+
"pyreverse": "additional_tools/pyreverse/index.html",
99+
"symilar": "additional_tools/symilar/index.html",
98100
}
99101

100102

0 commit comments

Comments
 (0)