Skip to content

Commit 14c9ea4

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update API.md
Co-Authored-By: Claudio Moroni <[email protected]> Co-Authored-By: Pietro Monticone <[email protected]>
1 parent cb5eb4a commit 14c9ea4

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/src/API.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
This page lists all exported methods, organizing them by topic (whether it is a method that acts on vertices, edges, layers, etc) and by audience: due to how it was possible to integrate multilayer graphs within the `Graphs.jl` ecosystem, some methods are intended for developers who wish to use this library just as any other `Graphs.jl` package in their code, while others are meant to be employed by the end-user.
44

5-
6-
## End-user
5+
## End-User
76

87
### Nodes
98

@@ -14,7 +13,6 @@ Node
1413

1514
### Vertices
1615

17-
1816
```@docs
1917
eltype
2018
MultilayerVertex
@@ -27,7 +25,6 @@ MissingVertex
2725

2826
### Edges
2927

30-
3128
```@docs
3229
MultilayerEdge
3330
ME
@@ -37,7 +34,6 @@ metadata(e::AbstractMultilayerEdge)
3734

3835
### Subgraphs
3936

40-
4137
```@docs
4238
nodes(subgraph::AbstractSubGraph)
4339
has_vertex(layer::Layer, mv::MultilayerVertex)
@@ -139,7 +135,6 @@ get_symmetric_interlayer(
139135

140136
### Multilayer-specific methods
141137

142-
143138
```@docs
144139
nodes(mg::MultilayerGraph)
145140
has_vertex(mg::AbstractMultilayerGraph, mv::MultilayerVertex)
@@ -230,7 +225,7 @@ AbstractInterlayer
230225
```@docs
231226
```
232227

233-
### Multilayer-specific methods
228+
### Multilayer-Specific Methods
234229

235230
```@docs
236231
has_vertex(mg::M, v::T) where {T, M <: AbstractMultilayerGraph{T}}

0 commit comments

Comments
 (0)