linkchecker/doc/src
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
..
_templates Generate html documentation with Sphinx 2020-08-15 17:02:38 +01:00
code Generate html documentation with Sphinx 2020-08-15 17:02:38 +01:00
images Generate html documentation with Sphinx 2020-08-15 17:02:38 +01:00
man Correct documentation of aborttimeout, no matching option 2020-10-02 19:04:40 +01:00
code_of_conduct.rst Include CONTRIBUTING and CODE_OF_CONDUCT in Sphinx documentation 2020-08-15 17:02:40 +01:00
conf.py Merge pull request #491 from cjmayo/sphinx2 2020-08-29 16:50:27 +01:00
contributing.rst Include CONTRIBUTING and CODE_OF_CONDUCT in Sphinx documentation 2020-08-15 17:02:40 +01:00
faq.rst Generate html documentation with Sphinx 2020-08-15 17:02:38 +01:00
index.rst Drop Python 3.5, add 3.9 2020-09-14 19:55:05 +01:00
install.rst Include install.txt and upgrading.txt in Sphinx documentation 2020-08-15 17:02:40 +01:00
Makefile Only translate man pages (and index.rst) 2020-08-23 17:19:26 +01:00
upgrading.rst Include install.txt and upgrading.txt in Sphinx documentation 2020-08-15 17:02:40 +01:00