ThotDjehuty
7a964fd9ee
fix(docs): convert mathematical_foundations.md to correct MyST Markdown syntax
Replace all RST directives with MyST equivalents so equations and
admonitions render correctly on ReadTheDocs:
- :math:`...` inline roles -> $...$ (dollarmath extension)
- .. math:: blocks -> $$...$$ display math
- .. admonition:: -> ::::{admonition} ... :::: colon-fence blocks
- .. list-table:: -> standard Markdown pipe tables
- ``code`` -> `code` backticks
- double-colon code blocks -> fenced ``` blocks
Build: clean (no new warnings).
2026-03-06 19:31:04 +01:00
..
2026-02-17 10:09:15 +01:00
2026-03-06 19:31:04 +01:00
2025-12-03 22:08:08 +01:00
2026-02-09 18:31:14 +01:00
2026-03-06 17:39:03 +01:00