bayesian-optimization / BayesianOptimization

A Python implementation of global optimization with gaussian processes.
https://bayesian-optimization.github.io/BayesianOptimization/index.html
MIT License
7.95k stars 1.55k forks source link

Move `static` inside `docsrc` #467

Closed bwheelz36 closed 5 months ago

bwheelz36 commented 8 months ago

Very minor detail, but to avoid clutter, we could move the static images inside docsrc. Would require updating all the relative image paths - I'm happy to do it if you agree @till-m?

till-m commented 8 months ago

Works for me -- I just felt it wasn't right for them to be in the examples/ folder.