Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbromberger committed Jun 5, 2021
2 parents 4b79f3b + 5e60656 commit ebb392b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ makedocs(
"Making and Modifying Graphs" => "generators.md",
"Reading / Writing Graphs" => "persistence.md",
"Operators" => "operators.md",
"Core Functions" => "core.md",
"Plotting Graphs" => "plotting.md",
"Path and Traversal" => "pathing.md",
"Coloring" => "coloring.md",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/graphtypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ These are general guidelines to help you select the proper graph type.
- In general, prefer the native `SimpleGraphs`/`SimpleDiGraphs` structures in [LightGraphs.jl](https://github.com/JuliaGraphs/LightGraphs.jl).
- If you need edge weights and don't require large numbers of graph modifications, use [SimpleWeightedGraphs](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl).
- If you need labeling of vertices or edges, use [MetaGraphs](https://github.com/JuliaGraphs/MetaGraphs.jl).
- If you work with very large graphs (billons to tens of billions of edges) and don't need mutability, use [StaticGraphs](https://github.com/JuliaGraphs/StaticGraphs.jl).
- If you work with very large graphs (billions to tens of billions of edges) and don't need mutability, use [StaticGraphs](https://github.com/JuliaGraphs/StaticGraphs.jl).

0 comments on commit ebb392b

Please sign in to comment.