bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

root / utils / bsc_md / __init__.py

__init__.py (483B)


      1 """bsc_md — markdown generation package for the BSc Code Index docs site.
      2 
      3 Modules:
      4     config      constants (paths, supported languages, icons, protected files)
      5     formatting  YAML/HTML escaping and author-string helpers
      6     parsers     source-comment metadata/problem-statement parsers
      7     builders    turns parsed data into VitePress-ready markdown
      8     indexing    generates folder index.md pages
      9     pipeline    orchestrates the full generation run (called from main.py)
     10 """
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror