Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/src/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ within the Graphs package should just work:
should be implemented with **both** of the following signatures:
- `is_directed(::Type{CustomGraph})::Bool` (example: `is_directed(::Type{<:CustomGraph}) = false`)
- `is_directed(g::CustomGraph)::Bool`
- [`zero`](@ref)

If the graph structure is designed to represent weights on edges, the [`weights`](@ref) function should also be defined.
Note that the output does not necessarily have to be a dense matrix, but it must be a subtype of `AbstractMatrix{<:Real}` and indexable via `[u, v]`.
Expand Down