Skip to content

Commit

Permalink
docs: update hosting it to SciML
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Sep 19, 2023
1 parent 59fc674 commit ab757b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ makedocs(
modules = [DataInterpolations],
sitename = "DataInterpolations.jl",
warnonly = [:missing_docs],
format = Documenter.HTML(),
format = Documenter.HTML(
analytics = "UA-90474609-3",
assets = ["assets/favicon.ico"],
canonical = "https://docs.sciml.ai/DataInterpolations/stable/",
),
pages = [
"index.md",
"Methods" => "methods.md",
"Interface" => "interface.md"
],
)

deploydocs(repo = "github.com/PumasAI/DataInterpolations.jl"; push_preview = true)
deploydocs(repo = "github.com/SciML/DataInterpolations.jl"; push_preview = true)
Binary file added docs/src/assets/favicon.ico
Binary file not shown.
Binary file added docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab757b0

Please sign in to comment.