Skip to content

Commit a71f454

Browse files
committed
try docstring fix
1 parent 4f20b5d commit a71f454

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

docs/src/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ conservationlaws
247247
conservedquantities
248248
conservedequations
249249
conservationlaw_constants
250-
ReactionComplexElement
251-
ReactionComplex
250+
Catalyst.ReactionComplexElement
251+
Catalyst.ReactionComplex
252252
reactioncomplexmap
253253
reactioncomplexes
254254
incidencemat

src/Catalyst.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,6 @@ const DEFAULT_IV = default_t()
6060
const DEFAULT_IV_SYM = Symbol(DEFAULT_IV)
6161
export default_t, default_time_deriv
6262

63-
# as used in Catlab
64-
const USE_GV_JLL = Ref(false)
65-
function __init__()
66-
@require Graphviz_jll="3c863552-8265-54e4-a6dc-903eb78fde85" begin
67-
USE_GV_JLL[] = true
68-
let cfg = joinpath(Graphviz_jll.artifact_dir, "lib", "graphviz", "config6")
69-
if !isfile(cfg)
70-
Graphviz_jll.dot(path -> run(`$path -c`))
71-
end
72-
end
73-
end
74-
end
75-
7663
### Package Constants ###
7764

7865
# Union type of types that can occur in expressions.

0 commit comments

Comments
 (0)