class documentation
Sphinx inventory handler.
| Method | __init__ |
No summary |
| Method | error |
Undocumented |
| Method | get |
Return link for `name` or None if no link is found. |
| Method | update |
Update inventory from URL. |
| Method | update |
Update inventory from local path. If base_url is supplied, the links are made relative to the supplied base url. |
| Method | _get |
Parse inventory and return clear text payload without comments. |
| Method | _parse |
Parse clear text payload and return a dict with module to link mapping. |
| Instance Variable | _links |
Undocumented |
| Instance Variable | _logger |
Undocumented |
Update inventory from local path. If base_url is supplied, the links are made relative to the supplied base url.