JuliaGraphs / LightGraphsFlows.jl

Flow algorithms on LightGraphs
Other
36 stars 11 forks source link

Min cost flow docs src link points to a wrong version #54

Open mathieu17g opened 3 years ago

mathieu17g commented 3 years ago

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

Mathieu

mathieu17g commented 3 years ago

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.