optimagic-dev / optimagic

optimagic is a Python package for numerical optimization. It is a unified interface to optimizers from SciPy, NlOpt and other packages. optimagic's minimize function works just like SciPy's, so you don't have to adjust your code. You simply get more optimizers for free. On top you get diagnostic tools, parallel numerical derivatives and more.
https://optimagic.readthedocs.io/
MIT License
266 stars 30 forks source link

Add videos to documentation #481

Closed timmens closed 8 months ago

timmens commented 8 months ago

In this PR, I add videos of tutorials, talks, and screencasts about estimagic to the documentation.

In particular:

[!NOTE] The resulting documentation was rendered on Google Chrome for other display sizes, like smartphones and tablets. All of the changes render nicely on those too. You can view it here

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.98%. Comparing base (55f05ca) to head (6453e5e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #481 +/- ## ========================================== + Coverage 92.97% 92.98% +0.01% ========================================== Files 193 193 Lines 14635 14635 ========================================== + Hits 13607 13609 +2 + Misses 1028 1026 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.