docs: Rebrand OptimizR to Optimiz-rs throughout documentation

Updated Branding in ReadTheDocs:
-  All 'OptimizR' → 'Optimiz-rs' (17 files)
-  Project name in conf.py
-  HTML title and short title
-  All algorithm documentation
-  Getting started guide
-  Installation guide
-  Theory/mathematical foundations
-  Archive documentation

Documentation now consistently uses the new 'optimiz-rs' branding that
matches both PyPI and crates.io package names.

Note: Python module name 'optimizr' in import statements intentionally
unchanged (that's the actual module name).
This commit is contained in:
ThotDjehuty
2026-02-17 10:09:15 +01:00
parent bfd0d3c591
commit b10263b4f2
17 changed files with 63 additions and 63 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# OptimizR Setup Complete! ✅
# Optimiz-rs Setup Complete! ✅
## What Was Done
@@ -136,7 +136,7 @@ pytest tests/ -v -k HMM # Run HMM tests only
## Performance
OptimizR provides **50-100x speedup** over pure Python for:
Optimiz-rs provides **50-100x speedup** over pure Python for:
- HMM fitting (71x faster)
- MCMC sampling (71x faster)
- Differential Evolution (53x faster)
@@ -144,7 +144,7 @@ OptimizR provides **50-100x speedup** over pure Python for:
## Summary
The OptimizR project is now **fully functional** with:
The Optimiz-rs project is now **fully functional** with:
- ✅ Zero compilation errors
- ✅ All tests passing
- ✅ Docker support