File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ About
2+ ===== 
3+ 
4+ Zarr is a format for the storage of chunked, compressed, N-dimensional arrays
5+ inspired by `HDF5  <https://www.hdfgroup.org/HDF5/ >`_, `h5py 
6+ <https://www.h5py.org/> `_ and `bcolz  <https://bcolz.readthedocs.io/ >`_.
7+ 
8+ These documents describe the Zarr Python implementation. More information
9+ about the Zarr format can be found on the `main website  <https://zarr.dev >`_.
10+ 
11+ If you are using Zarr, we would `love to hear about it 
12+ <https://github.com/zarr-developers/community/issues/19> `_.
13+ 
14+ Funding
15+ ------- 
16+ The project is fiscally sponsored by `NumFOCUS  <https://numfocus.org/ >`_, a US
17+ 501(c)(3) public charity, and development is supported by the
18+ `MRC Centre for Genomics and Global Health  <https://www.cggh.org >`_
19+ and the `Chan Zuckerberg Initiative  <https://chanzuckerberg.com/ >`_.
20+ 
21+ 
22+ .. _NumCodecs : https://numcodecs.readthedocs.io/ 
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Zarr-Python
99    :hidden: 
1010
1111    getting_started 
12+     about 
1213    user-guide/index 
1314    api/index 
1415    release 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments