LightGraphsFlows.jl icon indicating copy to clipboard operation
LightGraphsFlows.jl copied to clipboard

Min cost flow docs src link points to a wrong version

Open mathieu17g opened this issue 4 years ago • 1 comments
trafficstars

Hello, a minor glitch: the src link in the min cost flow documentations points to a wrong source version not using JuMP.

Mathieu

mathieu17g avatar Jun 04 '21 17:06 mathieu17g

I'm not aware of how Julia package documentation building works exactly

In the documentation link labelled "stable" https://juliagraphs.github.io/LightGraphsFlows.jl/stable/ the mincost function doc relates to the master version.

In readme.md the link to documentation in the first paragraphs points to https://juliagraphs.github.io/LightGraphsFlows.jl/latest/ In the latest documentation tree, the mincost descriptions relates to a different (older ?) version of the function not using JuMP.

Once you know that, it is good enough. One just have to use the link the stable documentation. But it is confusing for a new user. Since I'm not familiar with the mechanics of the documentation building, I can not help much.

mathieu17g avatar Jun 25 '21 08:06 mathieu17g