Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaCompNUS/summit
/ gen_markdown
Method
gen_markdown
PythonAPI/docs/doc_gen.py:475–477 ·
view source on GitHub ↗
Generates the whole markdown file
(self)
Source
from the content-addressed store, hash-verified
473
return
md.data().strip()
474
475
def
gen_markdown(self):
476
""
"Generates the whole markdown file"
""
477
return
join([self.gen_body()],
'\n'
).strip()
478
479
480
def
main():
Callers
1
main
Function · 0.95
Calls
2
gen_body
Method · 0.95
join
Function · 0.70
Tested by
no test coverage detected