MCPcopy Index your code
hub / github.com/reactive-python/reactpy / docs

Function docs

tasks.py:169–174  ·  view source on GitHub ↗

Build documentation

(context: Context, docker: bool = False)

Source from the content-addressed store, hash-verified

167
168@task
169def docs(context: Context, docker: bool = False):
170 """Build documentation"""
171 if docker:
172 _docker_docs(context)
173 else:
174 _live_docs(context)
175
176
177def _docker_docs(context: Context) -> None:

Callers

nothing calls this directly

Calls 2

_docker_docsFunction · 0.85
_live_docsFunction · 0.85

Tested by

no test coverage detected