Skip to content

Commit 2a8253b

Browse files
committed
Remove references to BNs and aqn method
1 parent 10c4d37 commit 2a8253b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/95-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Pages = ["95-reference.md"]
1313
```
1414

1515
```@autodocs
16-
Modules = [GraphDynamicalSystems, GraphDynamicalSystems.BooleanNetworks]
16+
Modules = [GraphDynamicalSystems]
1717
```

src/qualitative_networks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ $(FIELDS)
167167
Systems that include the model semantics wrap around this struct with an
168168
[`ArbitrarySteppable`](https://juliadynamics.github.io/DynamicalSystems.jl/stable/tutorial/#DynamicalSystemsBase.ArbitrarySteppable)
169169
from [`DynamicalSystems`](https://juliadynamics.github.io/DynamicalSystems.jl/stable/). See
170-
[`aqn`](@ref) for an example.
170+
[`create_qn_system`](@ref) for an example.
171171
"""
172172
struct QualitativeNetwork{N,S} <: GraphDynamicalSystem{N,S}
173173
"Graph containing the topology and target functions of the network"

0 commit comments

Comments
 (0)