Skip to content

Commit

Permalink
with deploydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmetivie committed Apr 23, 2024
1 parent 0cc2fa5 commit 8c6598b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# StochasticWeatherGenerator

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://dmetivie.github.io/StochasticWeatherGenerator.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://dmetivie.github.io/StochasticWeatherGenerator.jl/dev/)

A Julia package, to define, fit and use a Stochastic Weather Generator as proposed in [TO COME!].
14 changes: 10 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,22 @@ pages = [
"Paper" => joinpath("examples", "tuto_paper.md")
]
]

fmt = Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
repolink="https://github.com/dmetivie/StochasticWeatherGenerator.jl",
canonical="https://dmetivie.github.io/StochasticWeatherGenerator.jl",
assets=String[],
)

makedocs(
sitename = "StochasticWeatherGenerator",
authors = "David Métivier",
format = Documenter.HTML(),
format = fmt,
modules = [StochasticWeatherGenerator]
)

# Documenter can also automatically deploy documentation to gh-pages.
# See "Hosting Documentation" and deploydocs() in the Documenter manual
# for more information.
#=deploydocs(
repo = "<repository url>"
)=#
deploydocs(; repo="github.com/dmetivie/StochasticWeatherGenerator.jl", devbranch="master")

0 comments on commit 8c6598b

Please sign in to comment.