Look for a name and return the matching URL documentation.
First look for a fully qualified name. If not found, try with partial
name.
If no url exists for the given object, return None .
- Parameters:
name - the name to look for
- Returns:
str
- the URL that can be used to reach the
name documentation.
None if no such URL exists.
- Raises:
IndexError - no object found with name
DocUrlGenerator.IndexAmbiguous - more than one object found with
a non-fully qualified name; notice that this is an IndexError
subclass
- Overrides:
UrlGenerator.get_url
- (inherited documentation)
|