Skip to content

Commit

Permalink
Update manifest and fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Mar 25, 2024
1 parent ae16c2a commit 489228e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.0"
julia_version = "1.10.2"
manifest_format = "2.0"
project_hash = "1b9658bdf261a7c6654c76e78c2b14b059e43c02"

Expand Down Expand Up @@ -185,11 +185,13 @@ weakdeps = ["Dates", "LinearAlgebra"]
[[deps.CompilerSupportLibraries_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
version = "1.0.5+1"
version = "1.1.0+0"

[[deps.CompositionalNetworks]]
deps = ["ConstraintCommons", "ConstraintDomains", "Dictionaries", "Distances", "JuliaFormatter", "OrderedCollections", "Random", "TestItemRunner", "TestItems", "ThreadSafeDicts", "Unrolled"]
path = "/root/.julia/dev/CompositionalNetworks"
git-tree-sha1 = "5964264ee6ce44af4424c87fe6578f237575a3fe"
repo-rev = "doc"
repo-url = "https://github.com/JuliaConstraints/CompositionalNetworks.jl.git"
uuid = "4b67e4b5-442d-4ef5-b760-3f5df3a57537"
version = "0.5.5"

Expand Down Expand Up @@ -853,7 +855,7 @@ version = "0.2.5"
[[deps.OpenBLAS_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
version = "0.3.23+2"
version = "0.3.23+4"

[[deps.OpenLibm_jll]]
deps = ["Artifacts", "Libdl"]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/learning/transformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ List the possible parameters and how it affects the transformations.
```@docs; canonical=false
tr_identity
tr_count_eq
tr_count_right
tr_count_eq_right
tr_count_eq_left
tr_count_greater
tr_count_lesser
Expand Down

0 comments on commit 489228e

Please sign in to comment.