graph TD subgraph "Sphinx Build Pipeline" A[docs/conf.py] -->|extensions| B[sphinx-build] C[Python source\nwith docstrings] -->|autodoc| B D[MyST markdown\nwith $$...$$] -->|myst-parser| B end subgraph "Math Rendering" B -->|html output| E[HTML with\n.. math:: directives] E -->|page load| F[MathJax renders\nSVG/HTML output] end subgraph "5 Python Projects" G[rat-trig ๐] H[ellalgo ๐] I[lds-gen ๐] J[ginger ๐] K[projgeom-py ๐] end F --> G F --> H F --> I F --> J F --> K style A fill:#e3f2fd,stroke:#1565c0,stroke-width:3px style B fill:#fff9c4,stroke:#f57f17,stroke-width:3px style C fill:#e3f2fd,stroke:#1565c0,stroke-width:3px style D fill:#e3f2fd,stroke:#1565c0,stroke-width:3px style E fill:#c8e6c9,stroke:#2e7d32,stroke-width:3px style F fill:#fff9c4,stroke:#f57f17,stroke-width:3px style G fill:#ffccbc,stroke:#bf360c,stroke-width:3px style H fill:#ffccbc,stroke:#bf360c,stroke-width:3px style I fill:#ffccbc,stroke:#bf360c,stroke-width:3px style J fill:#ffccbc,stroke:#bf360c,stroke-width:3px style K fill:#ffccbc,stroke:#bf360c,stroke-width:3px