openworm / openworm/openworm_docs
Replace igraph usage with networkx in project graph builder
@casperdcl is already working on this.
Since Nov 10, 2019.
- Dominant language
- Python
- Stars
- 45
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.