__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 """