Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rossant/awesome-math
/ _gen_items
Function
_gen_items
build_toc.py:41–44 ·
view source on GitHub ↗
(md)
Source
from the content-addressed store, hash-verified
39
40
41
def
_gen_items(md):
42
for
header in _iter_headers(md):
43
item = _get_header_item(header)
44
yield
item
45
46
47
def
_read_md(filename):
Callers
1
gen_toc
Function · 0.85
Calls
2
_iter_headers
Function · 0.85
_get_header_item
Function · 0.85
Tested by
no test coverage detected