When using Documenter.jl say I have the following two markdown files,
Page1.md
some text 1
``@docs
foo
``
Page2.md
some text 2
``@docs
foo
``
I observe that this results in a warning of the form, Warning: duplicate docs found for 'foo' in
@docs block in src/Page2.md
and then when Page2.md is rendered it will say Missing docstring for foo. Check Documenter's build log for details.
Is this as designed or a known bug? Do anyone know a work around?
One live example,
The docs for run_opf_ptdf_flow_cuts
appear here,
https://lanl-ansi.github.io/PowerModels.jl/stable/power-flow/#PowerModels.run_opf_ptdf_flow_cuts
but not at the bottom of this page,
https://lanl-ansi.github.io/PowerModels.jl/stable/utilities/