sbromberger / LightGraphs.jl

An optimized graphs package for the Julia programming language
Other
669 stars 185 forks source link

Can't find greedy things #1235

Closed cormullion closed 4 years ago

cormullion commented 5 years ago

The documentation (Latest version as of July 13th) refuses to tell me about anything with the word greedy. There is apparently some support for greedy colouring algorithms... ?

This might be a problem with Documenter's search... (?) But I think that Documenter lets you make an index of all functions, which might be a last resort.

sbromberger commented 4 years ago

Nope, all exported functions should have docs. This is probably an omission.

cormullion commented 4 years ago

👍 (We used SimpleGraphs.jl for a while, until I searched the LightGraphs source. :))

sbromberger commented 4 years ago

a general request: if you see missing docs, please file an issue (just like this). LG functionality has grown by leaps and bounds and the docs unfortunately have not kept up. We're trying to fix this.