use strict=true in docs
Codecov Report
Patch and project coverage have no change.
Comparison is base (
0b36c4f) 99.50% compared to head (423556f) 99.50%.
Additional details and impacted files
@@ Coverage Diff @@
## main #411 +/- ##
=======================================
Coverage 99.50% 99.50%
=======================================
Files 13 13
Lines 802 803 +1
=======================================
+ Hits 798 799 +1
Misses 4 4
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/NLPModels.jl | 100.00% <0.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This fails because of #409 as ADNLPModels has not reached up-to-date NLPModels release.
So, the error comes from duplicate documentation.
The autodocs block in the references page print all the docstrings. However, in pages like:
https://juliasmoothoptimizers.github.io/NLPModels.jl/dev/models/
https://juliasmoothoptimizers.github.io/NLPModels.jl/dev/tools/
https://juliasmoothoptimizers.github.io/NLPModels.jl/dev/api/
https://juliasmoothoptimizers.github.io/NLPModels.jl/dev/internals/
we also call some docstring.
I see two solutions:
- we remove the docstrings from this page.
- we replace the docstrings by links to the reference page.
@dpo @abelsiqueira Any idea or opinion?
we replace the docstrings by links to the reference page.
https://juliasmoothoptimizers.github.io/NLPModels.jl/previews/PR411/