Skip to content

Commit

Permalink
[SoleLogics](@ref) is not supported (JuliaDocs/Documenter.jl#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-milella committed Dec 11, 2022
1 parent d6cf989 commit b9ea719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ version = "0.1.1"

[[SoleModels]]
deps = ["FunctionWrappers", "Reexport", "Revise", "SoleBase", "SoleData", "SoleLogics", "Suppressor"]
git-tree-sha1 = "92606800e8737d9c3b40df3ca756d85f682dbe99"
git-tree-sha1 = "e95bb0d0dc1dbe7d914bcc342c33d86b0ed3157d"
repo-rev = "definitions/giopaglia"
repo-url = "https://github.com/aclai-lab/SoleModels.jl"
uuid = "4249d9c7-3290-4ddd-961c-e1d3ec2467f8"
Expand Down
2 changes: 1 addition & 1 deletion src/models/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ apply(m::AbstractModel, d::AbstractDataset)::AbstractVector{<:output_type(m)} =

doc_symbolic = """
A `AbstractModel` is said to be `symbolic` when it is based on certain a logical language (or "logic",
see [`SoleLogics`](@doc) package).
see [`SoleLogics`](@ref) package).
Symbolic models provide a form of transparent and interpretable modeling.
"""

Expand Down

0 comments on commit b9ea719

Please sign in to comment.