Skip to content

Commit bf54523

Browse files
committed
attempt fixing docs
1 parent 1d462f1 commit bf54523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/NetworkDynamicsDataFramesExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Creates a DataFrame containing information about the vertices in a Network.
3838
# Arguments
3939
- `nw::Network`: The network to describe
4040
- `extras...`: Additional pairs of (key, function) to include as columns,
41-
where the function gets the [`VertexModel`](@ref) as its only parameter
41+
where the function gets the [`VertexModel`](@ref NetworkDynamics.VertexModel) as its only parameter
4242
to extract a custom metadata field for example..
4343
- `parameters=true`: Whether to include parameter values
4444
- `states=true`: Whether to include state values
@@ -86,7 +86,7 @@ Creates a DataFrame containing information about the edges in a Network.
8686
# Arguments
8787
- `nw::Network`: The network to describe
8888
- `extras...`: Additional pairs of (key, function) to include as columns,
89-
where the function gets the [`EdgeModel`](@ref) as its only parameter
89+
where the function gets the [`EdgeModel`](@ref NetworkDynamics.EdgeModel) as its only parameter
9090
to extract a custom metadata field for example..
9191
- `parameters=true`: Whether to include parameter values
9292
- `states=true`: Whether to include state values

0 commit comments

Comments
 (0)