Skip to content

Commit

Permalink
code copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Aug 5, 2023
1 parent cd7ebb6 commit 83563af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
<div align="center">

# YAXArrays.jl
*Yet Another XArray-like Julia Package*

</div>

<img align="left" width=200 src="docs/src/assets/logo.png">

<div align="center">
[![][docs-dev-img]][docs-dev-url][![][ci-img]][ci-url] [![][codecov-img]][codecov-url]
[![][coveralls-img]][coveralls-url]

| **Documentation** | **Build Status** |
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![][docs-dev-img]][docs-dev-url] | [![][ci-img]][ci-url] [![][codecov-img]][codecov-url] |
| | [![][coveralls-img]][coveralls-url] |

</div>
<img src="docs/src/assets/logo.png" align="right" style="padding-left:10px;" width="150"/>

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://JuliaDataCubes.github.io/YAXArrays.jl/dev/
Expand All @@ -27,8 +18,7 @@
[coveralls-img]: https://coveralls.io/repos/github/JuliaDataCubes/YAXArrays.jl/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/JuliaDataCubes/YAXArrays.jl?branch=master


# Summary
## What is YAXArrays.jl?

YAXArrays.jl is a package to handle gridded data that is larger than memory. It enables the DiskArray.jl package to access the data lazily and provides `map` and `mapCube` to apply user defined functions on arbitrary subsets of the axes. These computations are also easily parallelized either via Distributed or via Threads.

Expand Down
5 changes: 3 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
theme:
name: material
logo: assets/view-grid-plus-outline.svg
logo: assets/logo.png
features:
- content.code.copy
# - announce.dismiss
#- content.code.annotate
- content.code.annotate
# - content.tabs.link
#- content.tooltips
# - header.autohide
Expand Down

0 comments on commit 83563af

Please sign in to comment.