Skip to content

Commit

Permalink
Merge c9a6b2d into 94e0a7a
Browse files Browse the repository at this point in the history
  • Loading branch information
InterdisciplinaryPhysicsTeam committed Jan 24, 2023
2 parents 94e0a7a + c9a6b2d commit ea082d9
Show file tree
Hide file tree
Showing 27 changed files with 1,414 additions and 948 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
WhereTraits = "c9d4e05b-6318-49cb-9b56-e0e2b0ceadd8"

[compat]
Bijections = "0.1"
DataStructures = "0.18"
Distributions = "0.25"
Graphs = "1.7"
IterTools = "1.4"
MetaGraphs = "0.7"
PrettyTables = "2.2"
OMEinsum = "0.7"
PrettyTables = "2.2"
SimpleTraits = "0.9"
SimpleValueGraphs = "0.4"
SimpleWeightedGraphs = "1.2"
Expand Down
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
MultilayerGraphs = "af984530-d72f-4904-8b81-b992bbbeaf3f"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
SimpleValueGraphs = "b43c691f-cac2-5415-8122-396fe16a49fc"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
9 changes: 9 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
using Revise
using SimpleTraits
using Distributions
using Graphs
using MultilayerGraphs
using Documenter

#= function end_user_filter(f)
if f isa Function
for method in methods
tv, decls, file, line = arg_decl_parts(m)
end =#

DocMeta.setdocmeta!(
MultilayerGraphs, :DocTestSetup, :(using MultilayerGraphs); recursive=true
)
Expand Down
Loading

0 comments on commit ea082d9

Please sign in to comment.