Subcategory: User-facing docs / project metadata
Current score: 8/10 → Target: 10/10
Problem
mkdocs.yml still carries the scaffold placeholder:
site_description: Add your description here.
Meanwhile pyproject.toml already has a real description: "High-performance financial charting library for OHLC data visualization with technical indicators". The published docs site therefore shows a placeholder subtitle/meta description.
Fix (file)
mkdocs.yml — set site_description to match the pyproject.toml [project].description (single source of truth).
Done when
mkdocs.yml site_description is a real, meaningful description consistent with pyproject.toml, and no "Add your description here." placeholder remains.
Subcategory: User-facing docs / project metadata
Current score: 8/10 → Target: 10/10
Problem
mkdocs.ymlstill carries the scaffold placeholder:Meanwhile
pyproject.tomlalready has a real description: "High-performance financial charting library for OHLC data visualization with technical indicators". The published docs site therefore shows a placeholder subtitle/meta description.Fix (file)
mkdocs.yml— setsite_descriptionto match thepyproject.toml[project].description(single source of truth).Done when
mkdocs.ymlsite_descriptionis a real, meaningful description consistent withpyproject.toml, and no "Add your description here." placeholder remains.