docs: replace ASCII diagrams with Mermaid visuals + brand CSS

- Add sphinxcontrib-mermaid>=0.9.2 to requirements.txt
- Add custom.css with orange brand theme (admonitions, tables, mermaid containers)
- Replace Complete Algorithm ASCII pseudocode with Mermaid flowchart (differential_evolution.md)
- Add Mermaid stateDiagram-v2 for Bull/Normal/Bear regime transitions (hmm.md)
- Replace Rust module file tree with Mermaid graph TD (point_processes.md)
- Configure mermaid_version=10.9.0 and dark+orange themeVariables in conf.py
This commit is contained in:
ThotDjehuty
2026-03-06 17:39:03 +01:00
parent 6ab4976e7a
commit f6a74716e2
6 changed files with 203 additions and 59 deletions
+1
View File
@@ -4,3 +4,4 @@ furo==2023.9.10
myst-parser==2.0.0
sphinx-autodoc-typehints==1.24.0
charset-normalizer>=3.4.0
sphinxcontrib-mermaid>=0.9.2