Skip to content

Commit 55003cf

Browse files
InterdisciplinaryPhysicsTeampitmonticoneClaudMor
committed
Update
Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com>
1 parent 17467bb commit 55003cf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/src/API.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,7 @@ Interlayer(
9090
transfer_vertex_metadata::Bool = false
9191
) where {T<:Integer, U <: Union{Nothing, <: Real}, G<:AbstractGraph{T}}
9292
93-
layer_simplegraph(
94-
name::Symbol,
95-
vertices::Union{Vector{MultilayerVertex{nothing}},Vector{Node}},
96-
edge_list::Union{Vector{<:MultilayerEdge}, Vector{NTuple{2, MultilayerVertex{nothing}}}};
97-
vertextype::Type{T} = Int64,
98-
weighttype::Type{U} = Float64
99-
) where {T<:Integer,U<:Real}
100-
93+
interlayer_simplegraph
10194
interlayer_simpleweightedgraph
10295
interlayer_metagraph
10396
interlayer_valgraph

0 commit comments

Comments
 (0)