Skip to content

Commit

Permalink
more tmp links
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Dec 29, 2024
1 parent 0e2c490 commit 2e6775b
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,28 @@ const navTemp = {
{ text: 'aggregate', link: '/api#Rasters.aggregate' },
{ text: 'disaggregate', link: '/api#Rasters.disaggregate' },
{ text: 'cellarea', link: '/manual/cellarea' },
{ text: 'mosaic', link: '/api#Rasters.mosaic' },
{ text: 'mosaic', link: '/api#Rasters.mosaic-Tuple{Function,%20Union{AbstractRaster,%20AbstractRasterStack},%20Vararg{Union{AbstractRaster,%20AbstractRasterStack}}}' },
{ text: 'crop', link: '/api#Rasters.crop' },
{ text: 'extend', link: '/api#Rasters.extend' },
{ text: 'trim', link: '/api#Rasters.trim' },
{ text: 'resample', link: '/api#Rasters.resample' },
{ text: 'warp', link: '/api#Rasters.warp' },
{ text: 'trim', link: '/api#Rasters.trim-Tuple{Union{AbstractRaster,%20AbstractRasterStack}}' },
{ text: 'resample', link: '/api#Rasters.resample-Tuple' },
{ text: 'warp', link: '/api#Rasters.warp-Tuple' },
{ text: 'classify', link: '/api#Rasters.classify' },
{ text: 'mask', link: '/api#Rasters.mask-Tuple{Any}' },
{ text: 'replace_missing', link: '/api#Rasters.replace_missing-Tuple{Any}' },
{ text: 'modify', link: '/api#Rasters.modify' },
{ text: 'read', link: '/api#Rasters.read' },
{ text: 'read!', link: '/api#Rasters.read!' },
{ text: 'open', link: '/api#Rasters.open' },
{ text: 'write', link: '/api#Rasters.write' },
{ text: 'modify', link: '/api#DimensionalData.modify-Tuple{Any,%20AbstractRasterSeries}' },
{ text: 'read', link: '/api#Base.read-Tuple{Union{AbstractRaster,%20AbstractRasterSeries,%20AbstractRasterStack}}' },
{ text: 'read!', link: '/api#Base.read!-Tuple{AbstractRaster,%20AbstractArray}' },
{ text: 'open', link: '/api#Base.open-Tuple{Function,%20AbstractRaster}' },
{ text: 'write', link: '/api#Base.write-Tuple{AbstractString,%20AbstractRasterSeries}' },
]
},
]
},
{ text: 'Tutorials',
items: [
{ text: '',
{ text: 'Plotting',
collapsed: true,
items: [
{ text: 'Plots.jl', link: '/tutorials/plotting' },
{ text: 'Makie.jl', link: '/tutorials/plot_makie' },
Expand Down Expand Up @@ -135,27 +136,28 @@ export default defineConfig({
{ text: 'aggregate', link: '/api#Rasters.aggregate' },
{ text: 'disaggregate', link: '/api#Rasters.disaggregate' },
{ text: 'cellarea', link: '/manual/cellarea' },
{ text: 'mosaic', link: '/api#Rasters.mosaic' },
{ text: 'mosaic', link: '/api#Rasters.mosaic-Tuple{Function,%20Union{AbstractRaster,%20AbstractRasterStack},%20Vararg{Union{AbstractRaster,%20AbstractRasterStack}}}' },
{ text: 'crop', link: '/api#Rasters.crop' },
{ text: 'extend', link: '/api#Rasters.extend' },
{ text: 'trim', link: '/api#Rasters.trim' },
{ text: 'resample', link: '/api#Rasters.resample' },
{ text: 'warp', link: '/api#Rasters.warp' },
{ text: 'trim', link: '/api#Rasters.trim-Tuple{Union{AbstractRaster,%20AbstractRasterStack}}' },
{ text: 'resample', link: '/api#Rasters.resample-Tuple' },
{ text: 'warp', link: '/api#Rasters.warp-Tuple' },
{ text: 'classify', link: '/api#Rasters.classify' },
{ text: 'mask', link: '/api#Rasters.mask-Tuple{Any}' },
{ text: 'replace_missing', link: '/api#Rasters.replace_missing-Tuple{Any}' },
{ text: 'modify', link: '/api#Rasters.modify' },
{ text: 'read', link: '/api#Rasters.read' },
{ text: 'read!', link: '/api#Rasters.read!' },
{ text: 'open', link: '/api#Rasters.open' },
{ text: 'write', link: '/api#Rasters.write' },
{ text: 'modify', link: '/api#DimensionalData.modify-Tuple{Any,%20AbstractRasterSeries}' },
{ text: 'read', link: '/api#Base.read-Tuple{Union{AbstractRaster,%20AbstractRasterSeries,%20AbstractRasterStack}}' },
{ text: 'read!', link: '/api#Base.read!-Tuple{AbstractRaster,%20AbstractArray}' },
{ text: 'open', link: '/api#Base.open-Tuple{Function,%20AbstractRaster}' },
{ text: 'write', link: '/api#Base.write-Tuple{AbstractString,%20AbstractRasterSeries}' },
]
},
]
},
{ text: 'Tutorials',
items: [
{ text: '',
{ text: 'Plotting',
collapsed: true,
items: [
{ text: 'Plots.jl', link: '/tutorials/plotting' },
{ text: 'Makie.jl', link: '/tutorials/plot_makie' },
Expand Down

0 comments on commit 2e6775b

Please sign in to comment.