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
+2 -2
View File
@@ -65,7 +65,7 @@ pip install optimizr
For development:
```bash
git clone https://github.com/yourusername/optimiz-r.git
git clone https://github.com/ThotDjehuty/optimiz-r.git
cd optimiz-r
pip install -e ".[dev]"
maturin develop --release
@@ -166,7 +166,7 @@ x_opt, f_min = differential_evolution(
git init
git add .
git commit -m "Initial commit: OptimizR v0.1.0"
git remote add origin https://github.com/yourusername/optimiz-r.git
git remote add origin https://github.com/ThotDjehuty/optimiz-r.git
git push -u origin main
```