Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleCeresoli committed Nov 23, 2023
1 parent 188cabf commit cc2612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Abstract type for graphs.
Subtype it to create graphs compatible with the JSMD ecosystem.
Graphs here could be compatible with both JSMD ecosystem and [`Graphs.jl`](https://github.com/JuliaGraphs/Graphs.jl):
- For `JSMD` compatibility, see also: [`has_path`](@ref) and [`get_path`](@ref).
- For `JSMD` compatibility, see also: [`get_path`](@ref).
- For `Graphs.jl` compatibility, see also: [Graphs.jl interface](https://juliagraphs.org/Graphs.jl/dev/ecosystem/interface/)
"""
abstract type AbstractJSMDGraph{T} <: Graphs.AbstractGraph{T} end
Expand Down

0 comments on commit cc2612e

Please sign in to comment.