MCPcopy 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
480def main():

Callers 1

mainFunction · 0.95

Calls 2

gen_bodyMethod · 0.95
joinFunction · 0.70

Tested by

no test coverage detected