Skip to content

Commit f8d15e7

Browse files
committed
add colab badge
1 parent 371f8de commit f8d15e7

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

CONTRIBUTORS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Ashwin Kanhere
2-
Derek Knowles
3-
Shubh Gupta
4-
Adam Dai
5-
Bradley Collicott
6-
Shivam Soni
7-
Sriramya Bhamidipati
8-
Dalton Vega
1+
Ashwin Kanhere
2+
Derek Knowles
3+
Shubh Gupta
4+
Adam Dai
5+
Bradley Collicott
6+
Shivam Soni
7+
Sriramya Bhamidipati
8+
Dalton Vega

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![build](https://github.com/Stanford-NavLab/gnss_lib_py/actions/workflows/build.yml/badge.svg)](https://github.com/Stanford-NavLab/gnss_lib_py/actions/workflows/build.yml)
22
[![codecov](https://codecov.io/gh/Stanford-NavLab/gnss_lib_py/branch/main/graph/badge.svg?token=1FBGEWRFM6)](https://codecov.io/gh/Stanford-NavLab/gnss_lib_py)
3-
[![Documentation Status](https://readthedocs.org/projects/gnss_lib_py/badge/?version=latest)](https://gnss_lib_py.readthedocs.io/en/latest/?badge=latest)
4-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1WDbPJ4CeLXu-Zza2iS5oz2mieDb6Hcf1)
3+
[![Documentation Status](https://readthedocs.org/projects/gnss_lib_py/badge/?version=latest)](https://gnss-lib-py.readthedocs.io/en/latest/?badge=latest)
4+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1DYfuiM5ipz0B-lgjKYcL1Si-V4jNBEac?usp=sharing)
55

66
gnss_lib_py
77
===========

docs/source/index.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
66
gnss_lib_py
77
===========
8-
98
.. _mainpage:
109

10+
|build| |codecov| |documentation| |colab|
11+
12+
1113
:code:`gnss_lib_py` is a modular Python tool for parsing, analyzing, and
1214
visualizing Global Navigation Satellite Systems (GNSS) data and state
1315
estimates.
@@ -177,3 +179,12 @@ Additionally, we would like to thank `all contributors <https://github.com/Stanf
177179
reference/reference.rst
178180
contributing/contributing.rst
179181
troubleshooting
182+
183+
.. |build| image:: https://github.com/Stanford-NavLab/gnss_lib_py/actions/workflows/build.yml/badge.svg
184+
:target: https://github.com/Stanford-NavLab/gnss_lib_py/actions/workflows/build.yml
185+
.. |codecov| image:: https://codecov.io/gh/Stanford-NavLab/gnss_lib_py/branch/main/graph/badge.svg?token=1FBGEWRFM6
186+
:target: https://codecov.io/gh/Stanford-NavLab/gnss_lib_py
187+
.. |documentation| image:: https://readthedocs.org/projects/gnss_lib_py/badge/?version=latest
188+
:target: https://gnss-lib-py.readthedocs.io/en/latest/?badge=latest
189+
.. |colab| image:: https://colab.research.google.com/assets/colab-badge.svg
190+
:target: https://colab.research.google.com/drive/1DYfuiM5ipz0B-lgjKYcL1Si-V4jNBEac?usp=sharing

0 commit comments

Comments
 (0)