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