Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23b9ebe

Browse files
committed
readme updates
1 parent 653d849 commit 23b9ebe

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Linklint
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

1111
Checks
@@ -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

4242
Command-line use
@@ -56,8 +56,8 @@ You can use linklint as a command-line linter::
5656
--fix Fix the issues in place
5757

5858
This 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

6262
If you agree with linklint's decisions, the Sphinx extension is a better
6363
option, since it doesn't require changing the source files, and doesn't

0 commit comments

Comments
 (0)