Skip to content

Commit

Permalink
Merge pull request #346 from SpeedyWeather/mk/grid
Browse files Browse the repository at this point in the history
Plot `::AbstractGrid` as Unicode heatmap
  • Loading branch information
milankl authored Jun 5, 2023
2 parents ca9e33a + 97e3564 commit d00b801
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 281 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Documenter, SpeedyWeather

makedocs(
format = Documenter.HTML(
prettyurls = get(ENV, "CI", nothing) == "true"),
format=Documenter.HTML(prettyurls=get(ENV, "CI", nothing)=="true",
ansicolor=true),
sitename="SpeedyWeather.jl",
authors="M Klöwer and SpeedyWeather contributors",
modules=[SpeedyWeather],
Expand Down
Loading

0 comments on commit d00b801

Please sign in to comment.