pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

[BUG] plugins should list cugraph/igraph compute/layout parameter options

Open lmeyerov opened this issue 2 years ago • 0 comments

Describe the bug

All the (compute|layout)_(cugraph|igraph) methods support different built-in algorithms, which are explicitly lists in variables like https://github.com/graphistry/pygraphistry/blob/master/graphistry/plugins/cugraph.py#L167

However, the docs do not expose & link those, so users can't know which to call

The lists should be exposed, and the corresponding method docs should link to those lists

Screenshot from 2023-04-03 15-21-26

lmeyerov avatar Apr 03 '23 22:04 lmeyerov