feat(doc): make docs more concise

This commit is contained in:
Barrett Ruth 2025-09-21 12:06:45 -04:00
parent 3edc3db8aa
commit 0dd145b71e
5 changed files with 58 additions and 196 deletions

View file

@ -99,7 +99,6 @@ def scrape_contest_problems(contest_id: str) -> list[ProblemSummary]:
if problem:
problems.append(problem)
problems.sort(key=lambda x: x.id)
return problems
except Exception as e: