Custom SphinxInventory to work around broken external references to Sphinx.

All exceptions should be reported upstream and a comment should be created with a link to the upstream report.

Method getLink Resolve the full URL for a cross reference.
Method _getURLAsHEAD Get are HEAD response for URL.
def getLink(self, name): (source)

Resolve the full URL for a cross reference.

ParametersnameValue of the cross reference. (type: str)
ReturnsA full URL for the name reference or None if no link was found. (type: str or None)
def _getURLAsHEAD(self, url): (source)

Get are HEAD response for URL.

Here to help with testing and allow injecting another URL getter.

ParametersurlFull URL to the page which is retrieved. (type: str)
ReturnsThe response for the HEAD method. (type: urllib2 response or None)
API Documentation for Twisted, generated by pydoctor at 2018-10-15 19:29:43.