@@ -12,7 +12,6 @@ dev_subpkg("DataDrivenDMD")
12
12
dev_subpkg (" DataDrivenSparse" )
13
13
dev_subpkg (" DataDrivenSR" )
14
14
15
-
16
15
using Documenter
17
16
using DataDrivenDiffEq
18
17
using DataDrivenDMD
@@ -22,8 +21,10 @@ using DataDrivenSR
22
21
using StatsBase
23
22
using Literate
24
23
25
- cp (joinpath (@__DIR__ , " Manifest.toml" ), joinpath (@__DIR__ , " src" , " assets" , " Manifest.toml" ), force = true )
26
- cp (joinpath (@__DIR__ , " Project.toml" ), joinpath (@__DIR__ , " src" , " assets" , " Project.toml" ), force = true )
24
+ cp (joinpath (@__DIR__ , " Manifest.toml" ),
25
+ joinpath (@__DIR__ , " src" , " assets" , " Manifest.toml" ), force = true )
26
+ cp (joinpath (@__DIR__ , " Project.toml" ),
27
+ joinpath (@__DIR__ , " src" , " assets" , " Project.toml" ), force = true )
27
28
28
29
ENV [" GKSwstype" ] = " 100"
29
30
@@ -78,7 +79,7 @@ makedocs(sitename = "DataDrivenDiffEq.jl",
78
79
" http://cwrowley.princeton.edu/papers/Hemati-2017a.pdf" ,
79
80
" https://royalsocietypublishing.org/doi/10.1098/rspa.2020.0279" ,
80
81
" https://www.pnas.org/doi/10.1073/pnas.1517384113" ,
81
- " https://link.springer.com/article/10.1007/s00332-015-9258-5" ,
82
+ " https://link.springer.com/article/10.1007/s00332-015-9258-5"
82
83
],
83
84
format = Documenter. HTML (assets = [" assets/favicon.ico" ],
84
85
canonical = " https://docs.sciml.ai/DataDrivenDiffEq/stable/" ),
0 commit comments