Closed blegat closed 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9e2e263
) 98.21% compared to head (5892707
) 98.29%. Report is 31 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@blegat the issue now is that the Optim README doesn't conform to our needs: https://jump.dev/JuMP.jl/previews/PR3624/packages/Optim/
Perhaps we could just omit the README for now?
the issue now is that the Optim README doesn't conform to our needs:
where can I find the requirements?
It needs to be documenter markdown, not GitHub markdown :smile:
You can see from the image above. The links don't work, and it needs to be ```math
instead of $$
. It can be painful to get right. But I can take a look if you don't mind me making seeming pointless changes to the README just so JuMP can embed the README in our docs.
It needs to be documenter markdown, not GitHub markdown 😄
You can see from the image above. The links don't work, and it needs to be
```math
instead of$$
. It can be painful to get right. But I can take a look if you don't mind me making seeming pointless changes to the README just so JuMP can embed the README in our docs.
If you have time! Otherwise I'll try to get to it early next week.
Preview https://jump-dev.github.io/JuMP.jl/previews/PR3624
Basic
MOI.Test.runtests
. Some test excludes are permissible, but the reason for skipping a particular test should be documented.Documentation
docs/src/installation.md
Optional
docs/packages.toml
cc @pkofod