MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / build_nedoc

Function build_nedoc

scripts/docs/postprocess_nedoc.py:44–48  ·  view source on GitHub ↗
(config: nedoc.config.Config, target_dir: Path)

Source from the content-addressed store, hash-verified

42
43
44def build_nedoc(config: nedoc.config.Config, target_dir: Path):
45 config.target_path = str(target_dir)
46
47 c = core.Core(config)
48 c.build()
49
50
51def on_config(config, **kwargs):

Callers 1

on_filesFunction · 0.85

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected