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