linkchecker/doc
Chris Mayo 8bd6584c85 Correct documentation of aborttimeout, no matching option
$ grep -rn aborttimeout linkcheck
linkcheck/configuration/confparse.py:167:        self.read_int_option(section, "aborttimeout", min=1)
linkcheck/configuration/__init__.py:184:        self["aborttimeout"] = 300
linkcheck/director/aggregator.py:173:            timeout=strformat.strduration_long(self.config["aborttimeout"]),
linkcheck/director/aggregator.py:200:        timeout = self.config["aborttimeout"]

config["aborttimeout"] is only set from aborttimeout and is the only
value used by Aggregate.abort().
2020-10-02 19:04:40 +01:00
..
examples Update example MS Windows batch file 2020-08-29 16:57:57 +01:00
i18n Update German man pages 2020-09-25 19:33:15 +01:00
man Correct documentation of aborttimeout, no matching option 2020-10-02 19:04:40 +01:00
src Correct documentation of aborttimeout, no matching option 2020-10-02 19:04:40 +01:00
changelog.txt Rename blacklist to failures 2020-08-23 17:19:26 +01:00
development.md Rename .mdwn files to .md 2020-05-22 19:43:57 +01:00
documentation.md Document documentation 2020-09-01 19:28:33 +01:00
dot-travis-osx.yml Move GUI files to separate project 2016-01-23 13:28:15 +01:00
install.txt Drop Python 3.5, add 3.9 2020-09-14 19:55:05 +01:00
Makefile Don't clean man pages 2020-09-01 19:28:33 +01:00
robots.txt.example rename robots.txt 2005-01-27 17:14:50 +00:00
translations.md Add make -C doc locale 2020-08-15 17:02:40 +01:00
upgrading.txt Drop Python 3.5, add 3.9 2020-09-14 19:55:05 +01:00