Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
def
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
51
def
on_config(config, **kwargs):
Callers
1
on_files
Function · 0.85
Calls
1
build
Method · 0.45
Tested by
no test coverage detected