Skip to content

Commit bf1d64d

Browse files
committed
adds zenodo badges
1 parent 7a5f992 commit bf1d64d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![Python version](https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg)
66
[![Build Status](https://github.com/LabForComputationalVision/pyrtools/workflows/build/badge.svg)](https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild)
77
[![Documentation Status](https://readthedocs.org/projects/pyrtools/badge/?version=latest)](https://pyrtools.readthedocs.io/en/latest/?badge=latest)
8+
[![DOI](https://zenodo.org/badge/137527035.svg)](https://zenodo.org/doi/10.5281/zenodo.10161031)
89
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.2?filepath=TUTORIALS%2F)
910
[![codecov](https://codecov.io/gh/LabForComputationalVision/pyrtools/branch/main/graph/badge.svg?token=Ei9TYftdYi)](https://codecov.io/gh/LabForComputationalVision/pyrtools)
1011

docs/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111

1212
.. |binder| image:: https://mybinder.org/badge_logo.svg
1313
:target: https://mybinder.org/v2/gh/LabForComputationalVision/pyrtools/v1.0.2?filepath=TUTORIALS%2F
14-
14+
15+
.. |doi| image:: https://zenodo.org/badge/137527035.svg
16+
:target: https://zenodo.org/doi/10.5281/zenodo.10161031
17+
1518
.. pyrtools documentation master file, created by
1619
sphinx-quickstart on Mon Mar 25 17:57:12 2019.
1720
You can adapt this file completely to your liking, but it should at least
@@ -20,7 +23,7 @@
2023
pyrtools
2124
====================================
2225

23-
|pypi-shield| |license-shield| |python-version-shield| |build| |binder|
26+
|pypi-shield| |license-shield| |python-version-shield| |build| |binder| |doi|
2427

2528
Pyrtools is a python package for multi-scale image processing, adapted
2629
from Eero Simoncelli's `matlabPyrTools

0 commit comments

Comments
 (0)