Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
def
create_hyperlinks(text):
24
return
re.sub(QUERY, r
'[\1](#\1)'
, text)
25
26
27
def
join(elem, separator=
''
):
Callers
5
gen_doc_method_def
Function · 0.85
add_doc_method_param
Function · 0.85
add_doc_method
Function · 0.85
add_doc_inst_var
Function · 0.85
gen_body
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected