diff --git a/docs/src/95-reference.md b/docs/src/95-reference.md index ce52be3..e6903cb 100644 --- a/docs/src/95-reference.md +++ b/docs/src/95-reference.md @@ -13,5 +13,5 @@ Pages = ["95-reference.md"] ``` ```@autodocs -Modules = [GraphDynamicalSystems, GraphDynamicalSystems.BooleanNetworks] +Modules = [GraphDynamicalSystems] ``` diff --git a/src/qualitative_networks.jl b/src/qualitative_networks.jl index c266a1d..4d9669a 100644 --- a/src/qualitative_networks.jl +++ b/src/qualitative_networks.jl @@ -167,7 +167,7 @@ $(FIELDS) Systems that include the model semantics wrap around this struct with an [`ArbitrarySteppable`](https://juliadynamics.github.io/DynamicalSystems.jl/stable/tutorial/#DynamicalSystemsBase.ArbitrarySteppable) from [`DynamicalSystems`](https://juliadynamics.github.io/DynamicalSystems.jl/stable/). See -[`aqn`](@ref) for an example. +[`create_qn_system`](@ref) for an example. """ struct QualitativeNetwork{N,S} <: GraphDynamicalSystem{N,S} "Graph containing the topology and target functions of the network"