class documentation
class SphinxInventory: (source)
Constructor: SphinxInventory(system_msg, project_name, verbosity)
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 | warning |
Undocumented |
| Method | _exception |
Undocumented |
| 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 | _system |
Undocumented |
| Instance Variable | _verbosity |
Undocumented |
Update inventory from local path. If base_url is supplied, the links are made relative to the supplied base url.
| Raises | |
SphinxInventoryError | If the process fails |