Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/saltstack/salt
/ build_docs_paths
Function
build_docs_paths
tools/precommit/docs.py:167–168 ·
view source on GitHub ↗
(files)
Source
from the content-addressed store, hash-verified
165
166
167
def
build_docs_paths(files):
168
return
build_file_list(files,
".rst"
)
169
170
171
def
check_inline_markup(ctx: Context, files: list[pathlib.Path]) -> int:
Callers
3
check_virtual
Function · 0.85
check_module_indexes
Function · 0.85
check_stray
Function · 0.85
Calls
1
build_file_list
Function · 0.85
Tested by
no test coverage detected