MCPcopy Create free account
hub / github.com/NVIDIA/NeMo-Relay / _module_url

Function _module_url

scripts/docs/generate_python_library_reference.py:292–293  ·  view source on GitHub ↗
(module: ModuleDoc)

Source from the content-addressed store, hash-verified

290
291
292def _module_url(module: ModuleDoc) -> str:
293 return f"{BASE_URL}/{'/'.join(_nav_parts(module))}"
294
295
296def _module_output_path(output_dir: Path, module: ModuleDoc, modules: list[ModuleDoc]) -> Path:

Callers 1

write_groupFunction · 0.85

Calls 2

_nav_partsFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected