Skip to content

Commit ca1506e

Browse files
InterdisciplinaryPhysicsTeampitmonticoneClaudMor
committed
Delete graphofgraphs folder
Co-Authored-By: Pietro Monticone <[email protected]> Co-Authored-By: Claudio Moroni <[email protected]>
1 parent f1a8bb5 commit ca1506e

File tree

4 files changed

+7
-44
lines changed

4 files changed

+7
-44
lines changed

docs/src/API.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,13 @@ has_edge(mg::M, src::T, dst::T) where { T, M <: AbstractMultilayerDiGraph{T}}
248248
rem_edge!(mg::M, src::T, dst::T) where {T, M <: AbstractMultilayerGraph{T}
249249
```
250250

251+
### Representations
252+
```@docs
253+
AbstractTensorRepresentation{U}
254+
array(atr::AbstractTensorRepresentation)
255+
array(amr::AbstractMatrixRepresentation)
256+
```
257+
251258

252259

253260

src/graphofgraphs/abstractgraphofgraphs.jl

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/graphofgraphs/digraphofgraphs.jl

Whitespace-only changes.

src/graphofgraphs/graphofgraphs.jl

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)