SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
704 stars 77 forks source link

Documenter 1.0 upgrade #598

Closed ArnoStrouwen closed 10 months ago

ArnoStrouwen commented 10 months ago

An example is broken, and docstrings from SciMLBase need upstream fix.

codecov[bot] commented 10 months ago

Codecov Report

Merging #598 (4485b54) into master (0f04c82) will not change coverage. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #598   +/-   ##
======================================
  Coverage    8.89%   8.89%           
======================================
  Files          40      40           
  Lines        2688    2688           
======================================
  Hits          239     239           
  Misses       2449    2449           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

ChrisRackauckas commented 10 months ago

@Vaibhavdixit02 can you handle the example?