MCPcopy Create free account
hub / github.com/AdaCompNUS/summit / create_hyperlinks

Function create_hyperlinks

PythonAPI/docs/doc_gen.py:23–24  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

21
22
23def create_hyperlinks(text):
24 return re.sub(QUERY, r'[\1](#\1)', text)
25
26
27def join(elem, separator=''):

Callers 5

gen_doc_method_defFunction · 0.85
add_doc_method_paramFunction · 0.85
add_doc_methodFunction · 0.85
add_doc_inst_varFunction · 0.85
gen_bodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected