Module mkdocstrings_refs

Module mkdocstrings_refs 

Source

Functionsยง

contains_crossref
Check if a line contains cross-reference links
detect_autodoc_block_ranges
Pre-compute all autodoc block ranges in the content Returns a sorted vector of byte ranges for efficient lookup
get_autodoc_indent
Get the indentation level of an autodoc marker
is_autodoc_marker
Check if a line is an auto-doc insertion marker
is_autodoc_options
Check if a line is part of autodoc options (YAML format)
is_valid_crossref
Check if a reference should be treated as a cross-reference (not a broken link)
is_within_autodoc_block
Check if content at a byte position is within an autodoc block (DEPRECATED: use detect_autodoc_block_ranges + is_within_autodoc_block_ranges)
is_within_autodoc_block_ranges
Check if a position is within any of the pre-computed autodoc block ranges