Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vinta/awesome-python
/ category_public_url
Function
category_public_url
website/build.py:270–271 ·
view source on GitHub ↗
(category: ParsedSection)
Source
from the content-addressed store, hash-verified
268
269
270
def
category_public_url(category: ParsedSection) -> str:
271
return
f
"{SITE_URL}categories/{category['slug']}/"
272
273
274
def
group_path(group_slug: str) -> str:
Callers
3
link_llms_category_index_to_canonical_pages
Function · 0.85
render_category
Function · 0.85
build
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected