File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ Pylint ships with two additional tools:
155
155
- pyreverse _ (standalone tool that generates package and class diagrams.)
156
156
- symilar _ (duplicate code finder that is also integrated in pylint)
157
157
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
160
160
161
161
162
162
.. This is used inside the doc to recover the end of the introduction
Original file line number Diff line number Diff line change 95
95
"user_guide/output" : "usage/output.html" ,
96
96
"user_guide/pre-commit-integration" : "installation/pre-commit-integration.html" ,
97
97
"user_guide/run" : "usage/run.html" ,
98
+ "pyreverse" : "additional_tools/pyreverse/index.html" ,
99
+ "symilar" : "additional_tools/symilar/index.html" ,
98
100
}
99
101
100
102
You can’t perform that action at this time.
0 commit comments