docs(optimizr): add logo and fix rtd deps

This commit is contained in:
Melvin Alvarez
2026-02-09 16:15:41 +01:00
parent c1f4c0bde7
commit 43af949904
28 changed files with 805 additions and 220 deletions
+7
View File
@@ -0,0 +1,7 @@
# Contributing
- Open an issue describing the feature or bugfix.
- Keep dependencies minimal; prefer NumPy/Matplotlib for examples.
- Add or update tests under `tests/` when changing behavior.
- Run `pytest` and `make html` in `docs/` before submitting a PR.
- Follow Rust fmt and Python formatting conventions in the repo.