Skip to content

Commit

Permalink
Merge pull request #442 from JuliaDataCubes/la/up_dvitepress
Browse files Browse the repository at this point in the history
up versions
  • Loading branch information
lazarusA committed Sep 19, 2024
2 parents b4b08dd + e3e4d76 commit f3ee422
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build
.vscode
*.zarr
*.nc
*.tif
var

*.ipynb_checkpoints
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ YAXArrayBase = "90b8fcef-0c2d-428d-9c56-5f86629e9d14"
[compat]
CFTime = "0.0, 0.1"
DataStructures = "0.17, 0.18"
DimensionalData = "0.27"
DimensionalData = "0.27, 0.28"
DiskArrayTools = "0.1"
DiskArrays = "0.3,0.4"
DocStringExtensions = "0.8, 0.9"
Expand All @@ -54,5 +54,5 @@ Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
Tables = "0.2, 1.0"
WeightedOnlineStats = "0.3, 0.4, 0.5, 0.6"
YAXArrayBase = "0.6,0.7"
YAXArrayBase = "0.6, 0.7"
julia = "1.9"
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"markdown-it": "^14.0.0",
"markdown-it-mathjax3": "^4.3.2",
"vitepress-plugin-tabs": "^0.5.0",
"vitepress": "^1.3.4",
"vitest": "^1.3.0"
}
}
14 changes: 14 additions & 0 deletions docs/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,18 @@ mjx-container > svg {
/* Style for output code blocks */
.language- {
background-color: var(--vp-c-bg-output) !important;
}

/* Component: Docstring Custom Block */

.jldocstring.custom-block {
border: 1px solid var(--vp-c-gray-2);
color: var(--vp-c-text-1)
}

.jldocstring.custom-block summary {
font-weight: 700;
cursor: pointer;
user-select: none;
margin: 0 0 8px;
}
2 changes: 1 addition & 1 deletion docs/src/UserGuide/read.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ using ArchGDAL
using Downloads: download
path = download("https://github.com/yeesian/ArchGDALDatasets/raw/307f8f0e584a39a050c042849004e6a2bd674f99/gdalworkshop/world.tif", "world.tif")
# ds = open_dataset(path) # this is broken
ds = open_dataset(path)
nothing
````

0 comments on commit f3ee422

Please sign in to comment.