vinta-awesome-python/website
Vinta Chen 25a3f4d903
refactor(parser): remove resources parsing, preview, and content_html fields
parse_readme now returns list[ParsedGroup] instead of a tuple. The
resources section (Newsletters, Podcasts), preview string, and
content_html rendering are no longer produced by the parser or consumed
by the build. Removes _render_section_html, _group_by_h2, and the
associated dead code and tests.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-23 01:43:19 +08:00
..
static refactor(js): replace var with let/const and use double quotes 2026-03-23 01:34:33 +08:00
templates refactor(html): remove tag-subcat class and inline button attributes 2026-03-23 01:26:26 +08:00
tests refactor(parser): remove resources parsing, preview, and content_html fields 2026-03-23 01:43:19 +08:00
build.py refactor(parser): remove resources parsing, preview, and content_html fields 2026-03-23 01:43:19 +08:00
fetch_github_stars.py refactor(website): hoist loop-invariant variables outside the fetch loop 2026-03-22 01:32:26 +08:00
readme_parser.py refactor(parser): remove resources parsing, preview, and content_html fields 2026-03-23 01:43:19 +08:00