You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current project graph builder uses igraph for its graph data structure and utility library. igraph requires extra setup steps to run on Windows and, depending on the what's already installed, it requires extra steps on Linux as well. This is undesirable for documentation maintainers. networkx, on the other hand, is a relatively painless install.
This task is to replace the igraph code in build.py with networkx such that build.py still provides the needed input for visualization, but requires less effort for the initial setup.
The text was updated successfully, but these errors were encountered:
The current project graph builder uses igraph for its graph data structure and utility library. igraph requires extra setup steps to run on Windows and, depending on the what's already installed, it requires extra steps on Linux as well. This is undesirable for documentation maintainers. networkx, on the other hand, is a relatively painless install.
This task is to replace the igraph code in build.py with networkx such that build.py still provides the needed input for visualization, but requires less effort for the initial setup.
The text was updated successfully, but these errors were encountered: