Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/95-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Pages = ["95-reference.md"]
```

```@autodocs
Modules = [GraphDynamicalSystems, GraphDynamicalSystems.BooleanNetworks]
Modules = [GraphDynamicalSystems]
```
2 changes: 1 addition & 1 deletion src/qualitative_networks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading