Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ html
Function
html
pavement.py:99–103 ·
view source on GitHub ↗
Build html documentation
()
Source
from the content-addressed store, hash-verified
97
@task
98
@needs(
'cog'
)
99
def
html():
100
""
"Build html documentation"
""
101
module = path(
"docs"
) /
"module"
102
module.rmtree()
103
call_task(
'paver.doctools.html'
)
104
105
106
@task
Callers
nothing calls this directly
Calls
1
path
Function · 0.85
Tested by
no test coverage detected