Skip to content

Commit dac8906

Browse files
authored
Update README.md
Update docs url, add badge (revisit for latest passing status indication)
1 parent 56bd4e0 commit dac8906

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# sliderule-python
22
[![Tests](https://github.com/ICESat2-SlideRule/sliderule-python/actions/workflows/test.yml/badge.svg)](https://github.com/ICESat2-SlideRule/sliderule-python/actions/workflows/test.yml)
3+
[![Read the Docs](https://readthedocs.org/projects/sliderule-python/badge/?version=latest)](https://slideruleearth.io/rtd/)
34
[![Binder](https://mybinder.org/badge_logo.svg)](https://gke.mybinder.org/v2/gh/ICESat2-SlideRule/sliderule-python/main?urlpath=lab)
45
[![badge](https://img.shields.io/static/v1.svg?logo=Jupyter&label=PangeoBinderAWS&message=us-west-2&color=orange)](https://aws-uswest2-binder.pangeo.io/v2/gh/ICESat2-SlideRule/sliderule-python/main?urlpath=lab)
56
[![DOI](https://zenodo.org/badge/311384982.svg)](https://zenodo.org/badge/latestdoi/311384982)
67

78
SlideRule's Python client makes it easier to interact with SlideRule from a Python script.
89

9-
Detailed [documentation](http://icesat2sliderule.org/rtd/) on installing and using this client can be found at [icesat2sliderule.org](http://icesat2sliderule.org).
10+
Detailed [documentation](https://slideruleearth.io/rtd/) on installing and using this client can be found at [slideruleearth.io](https://slideruleearth.io/).
1011

1112
## I. Installing the SlideRule Python Client
1213

1314
```bash
1415
conda install -c conda-forge sliderule
1516
```
1617

17-
For alternate methods to install SlideRule, including options for developers, please see the [installation instructions](http://icesat2sliderule.org/rtd/getting_started/Install.html) on icesat2sliderule.org.
18+
For alternate methods to install SlideRule, including options for developers, please see the detailed [installation instructions](https://slideruleearth.io/rtd/getting_started/Install.html).
1819

1920
### Dependencies
2021

@@ -59,7 +60,7 @@ More extensive examples in the form of Jupyter Notebooks can be found in the [ex
5960

6061
## III. Reference and User's Guide
6162

62-
Please see our [documentation](http://icesat2sliderule.org/rtd/) page for reference and user's guide material.
63+
Please see our [documentation](https://slideruleearth.io/rtd/) page for reference and user's guide material.
6364

6465
## IV. Licensing
6566

0 commit comments

Comments
 (0)