Skip to content

Commit f5abbf9

Browse files
authored
make sure step! is expanded in docs (#260)
* make sure `step!` is expanded in docs * remove redefinition of subscript * try agian * try double reference (???)
1 parent 06e8d36 commit f5abbf9

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DynamicalSystems"
22
uuid = "61744808-ddfa-5f27-97ff-6e42cc95d634"
33
repo = "https://github.com/JuliaDynamics/DynamicalSystems.jl.git"
4-
version = "3.6.5"
4+
version = "3.6.6"
55

66
[deps]
77
Attractors = "f3fd9213-ca85-4dba-9dfd-7fc91308fec7"

docs/src/contents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ At the very end of this page, a full list of exported names is presented.
3434

3535
```@docs
3636
StateSpaceSets
37-
DynamicalSystemsBase
37+
DynamicalSystemsBase.DynamicalSystemsBase
3838
```
3939

4040
## For observed/measured data

docs/src/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ using CairoMakie, DynamicalSystems
120120
using Pkg
121121
Pkg.status([
122122
"DynamicalSystems",
123-
"StateSpaceSets", "DynamicalSystemsBase", "RecurrenceAnalysis", "FractalDimensions", "DelayEmbeddings", "ComplexityMeasures", "TimeseriesSurrogates", "PredefinedDynamicalSystems", "Attractors", "TransitionsInTimeseries", "SignalDecomposition", "ChaosTools", "CairoMakie",
123+
"StateSpaceSets", "DynamicalSystemsBase",
124+
"RecurrenceAnalysis", "FractalDimensions", "DelayEmbeddings", "ComplexityMeasures", "TimeseriesSurrogates",
125+
"PredefinedDynamicalSystems", "Attractors", "ChaosTools", "PeriodicOrbits",
126+
"CairoMakie",
124127
];
125128
mode = PKGMODE_MANIFEST
126129
)

docs/src/tutorial.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ current_parameter(roessler, :c)
729729
# ## [`DynamicalSystem` interface reference](@id dsref)
730730

731731
# ```@docs
732+
# step!(::DynamicalSystem, ::Any)
732733
# current_state
733734
# initial_state
734735
# observe_state

ext/DynamicalSystemsVisualizations.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@ include("src/orbitdiagram.jl")
1111
include("src/brainscan.jl")
1212
include("src/2dclicker.jl")
1313

14-
subscript = DynamicalSystemsVisualizations.subscript
15-
1614
end

0 commit comments

Comments
 (0)