Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace igraph usage with networkx in project graph builder #74

Open
mwatts15 opened this issue Nov 10, 2019 · 0 comments
Open

Replace igraph usage with networkx in project graph builder #74

mwatts15 opened this issue Nov 10, 2019 · 0 comments
Assignees
Milestone

Comments

@mwatts15
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants