Skip to content

Commit 6738823

Browse files
Made proposed changes
1 parent 07fdc97 commit 6738823

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

_data/navigation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
main:
2+
- title: "Documentation"
3+
url: "https://zarr.readthedocs.io/en/stable/"
4+
- title: "Contribute"
5+
url: "https://zarr.readthedocs.io/en/stable/contributing.html"
26
- title: "Python Tutorial"
37
url: https://zarr.readthedocs.io/en/stable/tutorial.html
48

@@ -23,8 +27,6 @@ sidebar:
2327
url: '#blog'
2428
- title: Other sites
2529
children:
26-
- title: "Documenation"
27-
url: https://zarr.readthedocs.io/en/stable/
2830
- title: "Specification"
2931
url: https://zarr-specs.readthedocs.io/en/core-protocol-v3.0-dev/
3032
- title: "Implementations"

index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ author_profile: false
77
sidebar:
88
title: "Content"
99
nav: sidebar
10+
excerpt: "Have beautiful data in Zarr? Show us on Twitter!"
11+
header:
12+
overlay_image: /images/arabidopsis.png
13+
overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background
14+
caption: "Credit: Image courtesy of [OME](https://www.openmicroscopy.org/2020/11/04/zarr-data.html) by Valuchova et al. CC-BY 4.0, [eLife 2020](https://doi.org/10.7554/eLife.52546) [(idr0077)](https://doi.org/10.17867/10000144)"
15+
actions:
16+
- label: "Tweet here!"
17+
url: "https://twitter.com/intent/tweet?via=zarr_dev&text=I%20created%20this%20beautiful%20piece%20using%20Zarr%21&hashtags=zarrdata%2Cbeautifulzarr%2Czarr"
1018
---
1119

1220
Zarr is a community project to develop specifications and software for
@@ -15,16 +23,11 @@ tensors. A particular focus of Zarr is to provide support for storage
1523
using distributed systems like cloud object stores, and to enable
1624
efficient I/O for parallel computing applications.
1725

18-
![arabidopsis](/images/arabidopsis.png "arabidopsis")
19-
<center>Image by <a href="https://www.openmicroscopy.org/2020/11/04/zarr-data.html">OME</a></center>
20-
21-
22-
Have beautiful data in Zarr? Show us on Twitter and mention [@zarr_dev](https://twitter.com/zarr_dev) to get featured!
23-
2426
>Recent Updates
2527
28+
- [Zarr 2.11](https://zarr.readthedocs.io/en/stable/release.html#release-2-11-0) is released! Check out the [blog](https://zarr.dev/blog/release-2-11). 🥂
2629
- [Sanket Verma](https://twitter.com/msankeys963/) has officially joined Zarr as the new Community Manager! 🎉 Read the blog post [here](https://zarr.dev/blog/welcoming-community-manager/).
27-
- [Zarr 2.11](https://github.com/zarr-developers/zarr-python/pull/853#event-6008418550) is set to release soon! 🥂
30+
2831

2932
## Description
3033

0 commit comments

Comments
 (0)