@@ -51,34 +51,34 @@ function create_tutorials(dirname, targetdir, excludes = [])
5151 Literate. markdown (ipath, targetdir)
5252 Literate. markdown (ipath, targetdir, execute = false , postprocess = mdpost)
5353 push! (tutorials,
54- relpath (joinpath (targetdir, fname * " .md" ), joinpath (@__DIR__ , " src" )))
54+ relpath (joinpath (targetdir, fname * " .md" ), joinpath (@__DIR__ , " src" )))
5555 end
5656 end
5757 return tutorials
5858end
5959
6060koopman_tutorial = create_tutorials (joinpath (@__DIR__ , " src/libs/datadrivendmd/" ),
61- joinpath (@__DIR__ , " src/libs/datadrivendmd/examples" ))
61+ joinpath (@__DIR__ , " src/libs/datadrivendmd/examples" ))
6262sparse_tutorial = create_tutorials (joinpath (@__DIR__ , " src/libs/datadrivensparse/" ),
63- joinpath (@__DIR__ , " src/libs/datadrivensparse/examples" ))
63+ joinpath (@__DIR__ , " src/libs/datadrivensparse/examples" ))
6464sr_tutorial = create_tutorials (joinpath (@__DIR__ , " src/libs/datadrivensr/" ),
65- joinpath (@__DIR__ , " src/libs/datadrivensr/examples" ))
65+ joinpath (@__DIR__ , " src/libs/datadrivensr/examples" ))
6666
6767# Must be after tutorials is created
6868include (" pages.jl" )
6969
7070# Create the docs
7171makedocs (sitename = " DataDrivenDiffEq.jl" ,
72- authors = " Julius Martensen, Christopher Rackauckas, et al." ,
73- modules = [DataDrivenDiffEq, DataDrivenDMD, DataDrivenSparse, DataDrivenSR],
74- clean = true , doctest = false , linkcheck = true ,
75- warnonly = [:missing_docs , :cross_references ],
76- linkcheck_ignore = [" http://cwrowley.princeton.edu/papers/Hemati-2017a.pdf" ,
77- " https://royalsocietypublishing.org/doi/10.1098/rspa.2020.0279" ,
78- " https://www.pnas.org/doi/10.1073/pnas.1517384113" ],
79- format = Documenter. HTML (assets = [" assets/favicon.ico" ],
80- canonical = " https://docs.sciml.ai/DataDrivenDiffEq/stable/" ),
81- pages = pages)
72+ authors = " Julius Martensen, Christopher Rackauckas, et al." ,
73+ modules = [DataDrivenDiffEq, DataDrivenDMD, DataDrivenSparse, DataDrivenSR],
74+ clean = true , doctest = false , linkcheck = true ,
75+ warnonly = [:missing_docs , :cross_references ],
76+ linkcheck_ignore = [" http://cwrowley.princeton.edu/papers/Hemati-2017a.pdf" ,
77+ " https://royalsocietypublishing.org/doi/10.1098/rspa.2020.0279" ,
78+ " https://www.pnas.org/doi/10.1073/pnas.1517384113" ],
79+ format = Documenter. HTML (assets = [" assets/favicon.ico" ],
80+ canonical = " https://docs.sciml.ai/DataDrivenDiffEq/stable/" ),
81+ pages = pages)
8282
8383deploydocs (repo = " github.com/SciML/DataDrivenDiffEq.jl.git" ;
84- push_preview = true )
84+ push_preview = true )
0 commit comments