Skip to content

Commit

Permalink
Things
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Oct 2, 2024
1 parent 88ca5bb commit e310fe1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Documenter
using DocumenterVitepress
using GeoRegions
using CairoMakie
using CairoMakie: on as makieon

CairoMakie.activate!(type = "svg")

Expand Down
2 changes: 1 addition & 1 deletion docs/src/api/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ deleteGeoRegions

## Handling custom lists of GeoRegions.jl

```
```@docs
tableGeoRegions(
fname :: AbstractString
)
Expand Down
Binary file added docs/src/assets/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/src/tutorials/using/ison.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sometimes, we don't just want information on whether a point is _inside_ a `GeoR
```@example ison
using GeoRegions
using DelimitedFiles
using CairoMakie
using CairoMakie: on as makieon
download("https://raw.githubusercontent.com/natgeo-wong/GeoPlottingData/main/coastline_resl.txt","coast.cst")
coast = readdlm("coast.cst",comments=true)
Expand Down

0 comments on commit e310fe1

Please sign in to comment.