| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Detect absolute links to our repo.
These are not checked and long and inconsistent with majority of links.
|
| | |
|
| |
|
|
|
|
| |
Use the standard "file:line:col: error message" format.
Update #1699
|
| |
|
|
| |
On BSD they are usually installed under /usr/local/.
|
| |
|
|
|
|
|
| |
The python binary may not be Python 2. Support Python 3 by running the
2to3 conversion tool on it.
This has been tested with both Python 2 and 3.
|
| | |
|
|
|
This commit adds tools/check_links.py script, that checks that all local
links from documentation files are valid; fixes some of the invalid links
that we had; and makes travis buildbot check them as well.
|