-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Documenter.jl
committed
Oct 15, 2024
0 parents
commit 0aa8250
Showing
2,784 changed files
with
1,764,645 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Taken from the Lux.jl deployment strategy | ||
# This helps us avoid Vitepress hydration issues when viewing a webpage from a symlink | ||
name: Deploy GitHub Pages | ||
|
||
on: | ||
# Runs on pushes targeting the default branch | ||
push: | ||
branches: | ||
- gh-pages | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. | ||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. | ||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: false | ||
|
||
jobs: | ||
# Build job | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: "gh-pages" | ||
fetch-depth: 0 # Not needed if lastUpdated is not enabled | ||
- name: Setup Pages | ||
uses: actions/configure-pages@v5 | ||
- name: Fix Symlinks for Vitepress | ||
run: | | ||
find -type l -exec bash -c 'dir="$0"; newlnk=${dir:2}; lnk="$(readlink -m "$0")"; orglnk=$(basename $lnk); echo "$newlnk <--> $orglnk"; rm "$0"; cp -r $lnk "$0"; cd "$0"; grep "$orglnk" . -lr | xargs sed -i "s/$orglnk/$newlnk/g"; cd ..' {} \; | ||
ls -al; | ||
- name: Build with Jekyll | ||
uses: actions/jekyll-build-pages@v1 | ||
with: | ||
source: ./ | ||
destination: ./_site | ||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v3 | ||
|
||
# Deployment job | ||
deploy: | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<title>404 | Rasters.jl</title> | ||
<meta name="description" content="Not Found"> | ||
<meta name="generator" content="VitePress v1.4.0"> | ||
<link rel="preload stylesheet" href="/Rasters.jl/dev/assets/style.BB21IrYS.css" as="style"> | ||
|
||
<script type="module" src="/Rasters.jl/dev/assets/app.CchpbVJF.js"></script> | ||
<link rel="preload" href="/Rasters.jl/dev/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin=""> | ||
<link rel="icon" href="/public/favicon.ico"> | ||
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script> | ||
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script>window.__VP_HASH_MAP__=JSON.parse("{\"api.md\":\"nQZtmqLC\",\"array_operations.md\":\"DGnsrry_\",\"data_sources.md\":\"CBsTbVAA\",\"gbif_wflow.md\":\"Cl2ulVXD\",\"get_started.md\":\"DGYTXLwQ\",\"index.md\":\"BJ_xI1ap\",\"methods.md\":\"BHaND1GG\",\"plot_makie.md\":\"BBe8_JgE\",\"plotting.md\":\"CAeRp0z1\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Rasters.jl\",\"description\":\"Manipulating rasterized spatial data\",\"base\":\"/Rasters.jl/dev/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"outline\":\"deep\",\"logo\":\"/logo.png\",\"search\":{\"provider\":\"local\",\"options\":{\"detailedView\":true}},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Get Started\",\"link\":\"/get_started\"},{\"text\":\"Methods\",\"items\":[{\"text\":\"Overview\",\"link\":\"/methods\"},{\"text\":\"Array Operations\",\"link\":\"/array_operations\"}]},{\"text\":\"Data Sources\",\"items\":[{\"text\":\"Overview\",\"link\":\"/data_sources\"},{\"text\":\"GBIF\",\"link\":\"/gbif_wflow\"}]},{\"text\":\"Plots\",\"items\":[{\"text\":\"Plots.jl\",\"link\":\"/plotting\"},{\"text\":\"Makie.jl\",\"link\":\"/plot_makie\"}]},{\"text\":\"Ecosystem\",\"items\":[{\"text\":\"DimensionalData.jl\",\"link\":\"https://rafaqz.github.io/DimensionalData.jl/dev/\"},{\"text\":\"NCDatasets.jl\",\"link\":\"https://alexander-barth.github.io/NCDatasets.jl/stable/\"},{\"text\":\"ArchGDAL.jl\",\"link\":\"https://yeesian.com/ArchGDAL.jl/stable/\"},{\"text\":\"HDF5.jl\",\"link\":\"https://juliaio.github.io/HDF5.jl/stable/\"}]},{\"text\":\"API\",\"link\":\"/api\"}],\"sidebar\":[{\"text\":\"Get Started\",\"link\":\"/get_started\"},{\"text\":\"Methods\",\"items\":[{\"text\":\"Overview\",\"link\":\"/methods\"},{\"text\":\"Array Operations\",\"link\":\"/array_operations\"}]},{\"text\":\"Data Sources\",\"items\":[{\"text\":\"Overview\",\"link\":\"/data_sources\"},{\"text\":\"GBIF\",\"link\":\"/gbif_wflow\"}]},{\"text\":\"Plots\",\"items\":[{\"text\":\"Plots.jl\",\"link\":\"/plotting\"},{\"text\":\"Makie.jl\",\"link\":\"/plot_makie\"}]},{\"text\":\"API\",\"link\":\"/api\"}],\"editLink\":{\"pattern\":\"REPLACE_ME_DOCUMENTER_VITEPRESS\"},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/rafaqz/Rasters.jl\"}],\"footer\":{\"message\":\"Made with <a href=\\\"https://luxdl.github.io/DocumenterVitepress.jl/\\\" target=\\\"_blank\\\"><strong>DocumenterVitepress.jl</strong></a> <br>\",\"copyright\":\"© Copyright 2024. Released under the MIT License.\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script> | ||
|
||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.