sphinx_graph.vertex.Info

class sphinx_graph.vertex.Info(docname: str, config: Config, parents: dict[str, str | None], fingerprint: str, tags: list[str])[source]

Vertex information dataclass.

Parameters:
  • docname – The name of the current sphinx document used for generating interdoc links

  • config – Additional configuration for a Vertex

  • parents – A mapping from any parent vertices to their last known fingerprint, if any

  • fingerprint – the ‘fingerprint’ of this Vertex effectively a hash of the Vertices contents

  • tags – User-defined tags added to a vertex