Skip to content

Commit 41bdcba

Browse files
committed
fix refs
1 parent a02235f commit 41bdcba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/metadata.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ These are closely aligned with the [metadata use in ModelingToolkit](https://doc
3838
Accessing metadata (especially defaults) of states and parameters is a very
3939
common task. We provide several helper methods to do so. Please check out their docstrings for further explanation:
4040

41-
- [dump_state](@ref)
42-
- [dump_initial_state](@ref)
43-
- [get_initial_state](@ref)
44-
- [describe_vertices](@ref) (needs `DataFrames.jl` loaded)
45-
- [describe_edges](@ref) (needs `DataFrames.jl` loaded)
41+
- [`dump_state`](@ref)
42+
- [`dump_initial_state`](@ref)
43+
- [`get_initial_state`](@ref)
44+
- [`describe_vertices`](@ref) (needs `DataFrames.jl` loaded)
45+
- [`describe_edges`](@ref) (needs `DataFrames.jl` loaded)

0 commit comments

Comments
 (0)