MCPcopy 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')
99def 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

pathFunction · 0.85

Tested by

no test coverage detected