Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rossant/awesome-math
/ _read_md
Function
_read_md
build_toc.py:47–49 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
45
46
47
def
_read_md(filename):
48
with
open(filename,
'r'
)
as
f:
49
return
f.read()
50
51
52
def
gen_toc(filename):
Callers
1
gen_toc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected