diff --git a/src/methods/aggregate.jl b/src/methods/aggregate.jl index ba7311bb8..490dbd787 100644 --- a/src/methods/aggregate.jl +++ b/src/methods/aggregate.jl @@ -47,7 +47,7 @@ savefig("docs/build/aggregate_example.png"); nothing ``` -![aggregate](../build/aggregate_example.png) +![aggregate](/build/aggregate_example.png) Note: currently it is faster to aggregate over memory-backed arrays. Use [`read`](@ref) on `src` before use where required. diff --git a/src/methods/classify.jl b/src/methods/classify.jl index 81c99fed0..4c3146475 100644 --- a/src/methods/classify.jl +++ b/src/methods/classify.jl @@ -43,7 +43,7 @@ savefig("docs/build/classify_example.png"); nothing # output ``` -![classify](../build/classify_example.png) +![classify](/build/classify_example.png) $EXPERIMENTAL """ @@ -135,7 +135,7 @@ savefig("docs/build/classify_bang_example.png"); nothing # output ``` -![classify!](../build/classify_bang_example.png) +![classify!](/build/classify_bang_example.png) $EXPERIMENTAL """ diff --git a/src/methods/crop_extend.jl b/src/methods/crop_extend.jl index aaf46f0d6..b153c2a64 100644 --- a/src/methods/crop_extend.jl +++ b/src/methods/crop_extend.jl @@ -39,7 +39,7 @@ nothing # output ``` -![new zealand evenness cropped](../build/nz_crop_example.png) +![new zealand evenness cropped](/build/nz_crop_example.png) Crop to a polygon: @@ -61,7 +61,7 @@ savefig("docs/build/argentina_crop_example.png"); nothing # output ``` -![argentina evenness cropped](../build/argentina_crop_example.png) +![argentina evenness cropped](/build/argentina_crop_example.png) $EXPERIMENTAL """ @@ -146,7 +146,7 @@ nothing # output ``` -![extend](../build/extend_example.png) +![extend](/build/extend_example.png) $EXPERIMENTAL """ diff --git a/src/methods/mask.jl b/src/methods/mask.jl index e82ea408c..25adf8787 100644 --- a/src/methods/mask.jl +++ b/src/methods/mask.jl @@ -52,11 +52,11 @@ savefig(b, "docs/build/mask_example_after.png"); nothing ### Before `mask`: -![before mask](../build/mask_example_before.png) +![before mask](/build/mask_example_before.png) ### After `mask`: -![after mask](../build/mask_example_after.png) +![after mask](/build/mask_example_after.png) $EXPERIMENTAL """ @@ -143,11 +143,11 @@ savefig(b, "docs/build/mask_bang_example_after.png"); nothing ### Before `mask!`: -![before mask!](../build/mask_bang_example_before.png) +![before mask!](/build/mask_bang_example_before.png) ### After `mask!`: -![after mask!](../build/mask_bang_example_after.png) +![after mask!](/build/mask_bang_example_after.png) $EXPERIMENTAL """ @@ -239,7 +239,7 @@ savefig("docs/build/boolmask_example.png"); nothing # output ``` -![boolmask](../build/boolmask_example.png) +![boolmask](/build/boolmask_example.png) $EXPERIMENTAL """ @@ -317,7 +317,7 @@ savefig("docs/build/missingmask_example.png"); nothing # output ``` -![missingmask](../build/missingmask_example.png) +![missingmask](/build/missingmask_example.png) $EXPERIMENTAL """ diff --git a/src/methods/mosaic.jl b/src/methods/mosaic.jl index a3dd8e55e..b7bdceee1 100644 --- a/src/methods/mosaic.jl +++ b/src/methods/mosaic.jl @@ -51,13 +51,13 @@ nothing ### Individual continents -![arica](../build/mosaic_example_africa.png) +![arica](/build/mosaic_example_africa.png) -![aus](../build/mosaic_example_aus.png) +![aus](/build/mosaic_example_aus.png) ### Mosaic of continents -![mosaic](../build/mosaic_example_combined.png) +![mosaic](/build/mosaic_example_combined.png) $EXPERIMENTAL """ @@ -131,7 +131,7 @@ nothing ``` -![mosaic](../build/mosaic_bang_example.png) +![mosaic](/build/mosaic_bang_example.png) $EXPERIMENTAL """ diff --git a/src/methods/rasterize.jl b/src/methods/rasterize.jl index 592d68692..9d190bba9 100644 --- a/src/methods/rasterize.jl +++ b/src/methods/rasterize.jl @@ -381,13 +381,13 @@ china = rasterize(last, china_border; res=0.1, missingval=0, fill=1, boundary=:t p = plot(china; color=:spring, legend=false) plot!(p, china_border; fillalpha=0, linewidth=0.6) -savefig("docs/build/china_rasterized.png"); nothing +savefig("china_rasterized.png"); nothing # output ``` -![rasterize](../build/china_rasterized.png) +![rasterize](../china_rasterized.png) $EXPERIMENTAL """ @@ -529,7 +529,7 @@ savefig("docs/build/indonesia_rasterized.png"); nothing ``` -![rasterize](../build/indonesia_rasterized.png) +![rasterize](/build/indonesia_rasterized.png) $EXPERIMENTAL """ diff --git a/src/methods/trim.jl b/src/methods/trim.jl index e1db66b02..260cc4ce2 100644 --- a/src/methods/trim.jl +++ b/src/methods/trim.jl @@ -43,11 +43,11 @@ savefig(b, "docs/build/trim_example_after.png"); nothing ### Before `trim`: -![before trim](../build/trim_example_before.png) +![before trim](trim_example_before.png) ### After `trim`: -![after trim](../build/trim_example_after.png) +![after trim](trim_example_after.png) $EXPERIMENTAL """