Skip to content

Commit 34fd1dc

Browse files
authored
Added empty simple graphs construction in construction.md (#399)
1 parent 8b2cb94 commit 34fd1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/first_steps/construction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _Graphs.jl_ provides a number of methods for creating a graph. These include too
66

77
### Standard generators
88

9-
_Graphs.jl_ implements numerous graph generators, including random graph generators, constructors for classic graphs, numerous small graphs with familiar topologies, and random and static graphs embedded in Euclidean space.
9+
_Graphs.jl_ implements numerous graph generators, including random graph generators, constructors for classic graphs, numerous small graphs with familiar topologies, and random and static graphs embedded in Euclidean space. An empty simple Graph can be constructed using `g = SimpleGraph()` and similary `g = SimpleDiGraph()` for directed graphs.
1010
See [Generators for common graphs](@ref) for a complete list of available templates.
1111

1212
### Datasets

0 commit comments

Comments
 (0)