The CheckExternalLinksBuilder class.
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Class | CheckExternalLinksBuilder |
Checks for broken external links. |
Constant | CHECK_IMMEDIATELY |
Undocumented |
Constant | DEFAULT_DELAY |
Undocumented |
Constant | DEFAULT_REQUEST_HEADERS |
Undocumented |
Constant | QUEUE_POLL_SECS |
Undocumented |
Variable | CheckRequestType |
Undocumented |
Variable | logger |
Undocumented |
Variable | uri_re |
Undocumented |
Class | AnchorCheckParser |
Specialized HTML parser that looks for a specific anchor. |
Class | CheckRequest |
Undocumented |
Class | CheckResult |
Undocumented |
Class | Hyperlink |
Undocumented |
Class | HyperlinkAvailabilityChecker |
Undocumented |
Class | HyperlinkAvailabilityCheckWorker |
A worker class for checking the availability of hyperlinks. |
Class | HyperlinkCollector |
Undocumented |
Class | RateLimit |
Undocumented |
Function | check_anchor |
Reads HTML data from a response object response searching for anchor . Returns True if anchor was found, False otherwise. |
Function | compile_linkcheck_allowed_redirects |
Compile patterns in linkcheck_allowed_redirects to the regexp objects. |
Function | node_line_or_0 |
PriorityQueue items must be comparable. The line number is part of the tuple used by the PriorityQueue, keep an homogeneous type for comparison. |
Function | rewrite_github_anchor |
Rewrite anchor name of the hyperlink to github.com |
Function | setup |
Undocumented |
dict[ str, str]
=
Undocumented
Value |
|
response
searching for anchor
.
Returns True if anchor was found, False otherwise.Parameters | |
response:requests.requests.Response | Undocumented |
anchor:str | Undocumented |
Returns | |
bool | Undocumented |
Parameters | |
node:Element | Undocumented |
Returns | |
int | Undocumented |
Rewrite anchor name of the hyperlink to github.com
The hyperlink anchors in github.com are dynamically generated. This rewrites them before checking and makes them comparable.
Parameters | |
app:Sphinx | Undocumented |
uri:str | Undocumented |
Returns | |
Optional[ | Undocumented |