Index
doc_gate
Documentation-gate schema surface.
Re-exports the public documentation-gate finding types.
DocGateFinding
Bases: BaseModel
A single finding emitted by the documentation gate.
Records the kind of issue, the referenced target, and the page on which
the reference was found. Rejects unknown extra fields (extra='forbid').
Source code in packages/axm-audit/src/axm_audit/doc_gate/findings.py
FindingKind
Bases: StrEnum
Kinds of documentation-gate findings.
A StrEnum whose members compare equal to their string value, e.g.
FindingKind.dead_link == "dead_link".