Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Oct 24, 2023
1 parent 3a3c089 commit 40a39c6
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/methods/aggregate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/methods/classify.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ savefig("docs/build/classify_example.png"); nothing
# output
```
![classify](../build/classify_example.png)
![classify](/build/classify_example.png)
$EXPERIMENTAL
"""
Expand Down Expand Up @@ -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
"""
Expand Down
6 changes: 3 additions & 3 deletions src/methods/crop_extend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
"""
Expand Down Expand Up @@ -146,7 +146,7 @@ nothing
# output
```
![extend](../build/extend_example.png)
![extend](/build/extend_example.png)
$EXPERIMENTAL
"""
Expand Down
12 changes: 6 additions & 6 deletions src/methods/mask.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down Expand Up @@ -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
"""
Expand Down Expand Up @@ -239,7 +239,7 @@ savefig("docs/build/boolmask_example.png"); nothing
# output
```
![boolmask](../build/boolmask_example.png)
![boolmask](/build/boolmask_example.png)
$EXPERIMENTAL
"""
Expand Down Expand Up @@ -317,7 +317,7 @@ savefig("docs/build/missingmask_example.png"); nothing
# output
```
![missingmask](../build/missingmask_example.png)
![missingmask](/build/missingmask_example.png)
$EXPERIMENTAL
"""
Expand Down
8 changes: 4 additions & 4 deletions src/methods/mosaic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down Expand Up @@ -131,7 +131,7 @@ nothing
```
![mosaic](../build/mosaic_bang_example.png)
![mosaic](/build/mosaic_bang_example.png)
$EXPERIMENTAL
"""
Expand Down
6 changes: 3 additions & 3 deletions src/methods/rasterize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down Expand Up @@ -529,7 +529,7 @@ savefig("docs/build/indonesia_rasterized.png"); nothing
```
![rasterize](../build/indonesia_rasterized.png)
![rasterize](/build/indonesia_rasterized.png)
$EXPERIMENTAL
"""
Expand Down
4 changes: 2 additions & 2 deletions src/methods/trim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 40a39c6

Please sign in to comment.