File tree Expand file tree Collapse file tree 6 files changed +26
-0
lines changed Expand file tree Collapse file tree 6 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 22* .jl. * .cov
33* .jl.mem
44Manifest.toml
5+ docs /build /
6+ docs /site /
7+ .DS_Store
Original file line number Diff line number Diff line change 1+ [deps ]
2+ Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+ FiniteDiff = " 6a86dc24-6348-571c-b903-95158fe2bd41"
4+
5+ [compat ]
6+ Documenter = " 0.27"
Original file line number Diff line number Diff line change 1+ using Documenter, FiniteDiff
2+
3+ include (" pages.jl" )
4+
5+ makedocs (sitename = " FiniteDiff.jl" ,
6+ authors = " Chris Rackauckas" ,
7+ modules = [FiniteDiff],
8+ clean = true ,
9+ doctest = false ,
10+ format = Documenter. HTML (assets = [" assets/favicon.ico" ],
11+ canonical = " https://docs.sciml.ai/FiniteDiff/stable/" ),
12+ pages = pages)
13+
14+ deploydocs (repo = " github.com/SciML/FiniteDiff.jl.git" ; push_preview = true )
Original file line number Diff line number Diff line change 1+ # Put in a separate page so it can be used by SciMLDocs.jl
2+
3+ pages = [" Home" => " index.md" , " finitediff.md" ]
You can’t perform that action at this time.
0 commit comments