ThotDjehuty
f6a74716e2
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
2026-03-06 17:39:03 +01:00
ThotDjehuty
6ab4976e7a
docs(point_processes): add comprehensive ReadTheDocs documentation
...
- Algorithm guide: Hawkes processes, fBM, mixed fBM, Mittag-Leffler
- Full mathematical background with LaTeX equations
- API reference for all 8 Python-bound functions
- Usage examples, performance benchmarks, module architecture
- Updated index.rst toctree with new entries
2026-02-19 21:16:26 +01:00
ThotDjehuty
6c2ce3d238
refactor: remove finance-specific code from point_processes module
...
- Removed order_flow.rs (UnifiedTheoryParams, OrderFlowAnalyzer, MarketImpact)
- Removed analyze_order_flow, unified_theory_params, market_impact Python bindings
- Updated mod.rs documentation to be generic (no trading references)
- Kept general-purpose: Hawkes, fBM, mfBM, Mittag-Leffler, Hurst estimation
Finance-specific code moved to rust-hft-arbitrage-lab-internal
2026-02-19 19:35:04 +01:00
ThotDjehuty
fc8a8d036e
docs: Comprehensive enhancement of optimal control and HMM API documentation
...
Optimal Control: 94 to 610 lines with HJB theory, viscosity solutions, finite differences
HMM API: 16 to 571 lines with complete API reference and usage examples
2026-02-18 20:30:15 +01:00
Melvin Alvarez
50a4313d5a
docs: enhance ReadTheDocs with visualization outputs and GitHub links
2026-02-16 16:42:24 +01:00
Melvin Alvarez
74fbbd369b
Add make docs commands for html build
2026-02-09 18:31:14 +01:00
Melvin Alvarez
7a9ab20b89
docs: add mfg tutorial and enrich theory
2026-02-09 17:27:35 +01:00
Melvin Alvarez
6e3367c396
docs: deepen theory and benchmarks
2026-02-09 17:09:27 +01:00
Melvin Alvarez
43af949904
docs(optimizr): add logo and fix rtd deps
2026-02-09 16:15:41 +01:00