docs: fix 404 broken links

- Replace non-existent Python examples with actual files
- Fix all placeholder yourusername URLs to ThotDjehuty
- Remove references to non-existent optimal_control.md theory doc
- Update examples to reference: hmm_regime_detection.py, parallel_de_benchmark.py, polaroid_optimizr_integration.py, timeseries_integration.py
This commit is contained in:
Melvin Alvarez
2026-01-06 14:36:08 +01:00
parent 9ef9bf8110
commit cafb3476a4
11 changed files with 596 additions and 72 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Thank you for your interest in contributing to OptimizR! This document provides
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/optimiz-r.git
git clone https://github.com/ThotDjehuty/optimiz-r.git
cd optimiz-r
```