File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Linklint
33========
44
5- Linklint checks .rst files for excessive links to references.
5+ Linklint is a Sphinx extension that removes links from excessive references.
66
7- It also can be used as a Sphinx extension to automatically unlink references
8- that should not be links .
7+ It also can be used as command-line linter to find or correct those references
8+ in .rst files .
99
1010
1111Checks
@@ -35,8 +35,8 @@ your ``conf.py`` file:
3535 " linklint.ext" ,
3636 ]
3737
38- During the build process, linklint will run all its checks and unlink any
39- reference it considers excessive.
38+ During the build process, linklint will run its checks and remove links from
39+ references it considers excessive. No changes are made to the source files .
4040
4141
4242Command-line use
@@ -56,8 +56,8 @@ You can use linklint as a command-line linter::
5656 --fix Fix the issues in place
5757
5858This can be useful to see what linklint considers excessive, or to modify .rst
59- files to unlink excessive references. Linklint unlinks references by changing
60- ``:func:`foo` `` to ``:func:`!foo` ``.
59+ files to unlink excessive references. Where it can, Linklint unlinks references
60+ by changing ``:func:`foo` `` to ``:func:`!foo` ``.
6161
6262If you agree with linklint's decisions, the Sphinx extension is a better
6363option, since it doesn't require changing the source files, and doesn't
You can’t perform that action at this time.
0 commit comments