Skip to content

Commit

Permalink
fixes hero
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Oct 18, 2024
1 parent ae009ae commit 83cd382
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
11 changes: 7 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
"docs:preview": "vitepress preview build/.documenter"
},
"devDependencies": {
"markdown-it": "^14.0.0",
"markdown-it-mathjax3": "^4.3.2",
"vitepress-plugin-tabs": "^0.5.0",
"rollup-plugin-delete": "^2.0.0",
"vitepress": "^1.3.4",
"vitest": "^1.3.0"
"vitepress-plugin-tabs": "^0.5.0"
},
"dependencies": {
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0"
}
}
}
24 changes: 10 additions & 14 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ features:
- title: Efficiency
details: Efficient <font color="#D27D2D">mapslices(x) </font> and <font color="#D27D2D">mapCube</font> operations on huge multiple arrays, optimized for high-latency data access (object storage, compressed datasets).
link: /UserGuide/compute
---
```

## How to Install YAXArrays.jl?

Since `YAXArrays.jl` is registered in the Julia General registry, you can simply run the following command in the Julia REPL:
Since `YAXArrays.jl` is registered in the Julia General registry, you can simply run the following
command in the Julia REPL:

```julia
julia> using Pkg
julia> Pkg.add("YAXArrays.jl")
```
or

```julia
# or
julia> ] # ']' should be pressed
pkg> add YAXArrays
```
Expand All @@ -61,28 +61,24 @@ pkg> add YAXArrays#master

Install the following package(s) for:

:::code-group
::: code-group

```julia [.tif]
```julia [ .tif ]
using Pkg
Pkg.add("ArchGDAL")
```

```julia [.netcdf]
```julia [ .netcdf ]
using Pkg
Pkg.add("NetCDF")
```

```julia [.zarr]
```julia [ .zarr ]
using Pkg
Pkg.add("Zarr")
```

```julia [.grib]
# TODO
```

```julia [plotting]
```julia [ plotting ]
using Pkg
Pkg.add(["GLMakie", "GeoMakie", "AlgebraOfGraphics", "DimensionalData"])
```
Expand Down

0 comments on commit 83cd382

Please sign in to comment.