@@ -6,7 +6,7 @@ width=200"><br>
66[ ![ PyPI] ( https://img.shields.io/pypi/v/multidimio.svg )] [ pypi_ ]
77[ ![ Status] ( https://img.shields.io/pypi/status/multidimio.svg )] [ status ]
88[ ![ Python Version] ( https://img.shields.io/pypi/pyversions/multidimio )] [ python version ]
9- [ ![ License] ( https://img.shields.io/pypi/l/multidimio )] [ license ]
9+ [ ![ License] ( https://img.shields.io/pypi/l/multidimio )] [ license-link ]
1010
1111[ ![ Read the documentation at https://mdio-python.readthedocs.io/ ] ( https://img.shields.io/readthedocs/mdio-python/latest.svg?label=Read%20the%20Docs )] [ read the docs ]
1212[ ![ Tests] ( https://github.com/TGSAI/mdio-python/workflows/Tests/badge.svg )] [ tests ]
@@ -29,6 +29,8 @@ The primary motivation behind **MDIO** is to represent multidimensional
2929time series data in a format that makes it easier to use in resource assessment,
3030machine learning, and data processing workflows.
3131
32+ See the [ documentation] [ read the docs ] for more information.
33+
3234# Features
3335
3436** Shared Features**
@@ -52,30 +54,20 @@ machine learning, and data processing workflows.
5254
5355The features marked as ** FUTURE** will be open-sourced at a later date.
5456
55- # Installation
57+ # Installing MDIO
5658
57- You can install _ MDIO_ via [ pip] from [ PyPI] :
59+ Simplest way to install _ MDIO_ via [ pip] from [ PyPI] :
5860
5961``` shell
6062pip install multidimio
6163```
6264
63- You can also install some optional dependencies (extras) like this:
64-
65- ``` shell
66- pip install multidimio[distributed]
67- pip install multidimio[cloud]
68- pip install multidimio[lossy]
69- ```
70-
71- ` distributed ` installs [ Dask] [ dask ] for parallel, distributed processing.\
72- ` cloud ` installs [ fsspec] [ fsspec ] backed I/O libraries for [ AWS' S3] [ s3fs ] ,
73- [ Google's GCS] [ gcsfs ] , and [ Azure ABS] [ adlfs ] .\
74- ` lossy ` will install the [ ZFPY] [ zfp ] library for lossy chunk compression.
65+ For more instructions, please see the [ installation instructions] [ read the docs ]
66+ in the documentation.
7567
76- # Usage
68+ # Using MDIO
7769
78- Please see the [ Command-line Reference] for details.
70+ Please see the [ Command-line Reference] [ cli-ref-link ] for details.
7971
8072For Python API please see the [ API Reference] for details.
8173
@@ -93,14 +85,14 @@ Distributed computing `[distributed]`: `distributed` and `bokeh`.\
9385Cloud Object Store I/O ` [cloud] ` : ` s3fs ` , ` gcsfs ` , and ` adlfs ` .\
9486Lossy Compression ` [lossy] ` : ` zfpy `
9587
96- # Contributing
88+ # Contributing to MDIO
9789
9890Contributions are very welcome.
9991To learn more, see the [ Contributor Guide] .
10092
101- # License
93+ # Licensing
10294
103- Distributed under the terms of the [ Apache 2.0 license] [ license ] ,
95+ Distributed under the terms of the [ Apache 2.0 license] [ license-link ] ,
10496_ MDIO_ is free and open source software.
10597
10698# Issues
@@ -136,7 +128,8 @@ template.
136128
137129<!-- github-only -->
138130
139- [ license ] : https://github.com/TGSAI/mdio-python/blob/main/LICENSE
131+ [ license-link ] : https://github.com/TGSAI/mdio-python/blob/main/LICENSE
140132[ contributor guide ] : https://github.com/TGSAI/mdio-python/blob/main/CONTRIBUTING.md
141- [ command-line reference ] : https://mdio-python.readthedocs.io/en/latest/usage.html
133+ [ cli-ref-link ] : https://mdio-python.readthedocs.io/en/latest/usage.html
142134[ api reference ] : https://mdio-python.readthedocs.io/en/latest/reference.html
135+ [ install-link ] : https://mdio-python.readthedocs.io/en/latest/installation.html
0 commit comments