Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mybinder badge to README.rst #326

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Supported Python versions |python versions badge|
Code quality |sonarcloud quality badge|
Code coverage of unit tests |sonarcloud coverage badge|
DockerHub |dockerhub badge|
MyBinder |mybinder badge|
**GitHub Actions**
Citation metadata consistency |workflow cffconvert badge|
Unit tests |workflow tests badge|
Expand Down Expand Up @@ -67,7 +68,11 @@ Live tests (triggered manually) |workflow livetests badge
.. |dockerhub badge| image:: https://img.shields.io/docker/pulls/fairsoftware/howfairis
:target: https://hub.docker.com/r/fairsoftware/howfairis
:alt: Docker Pulls


.. |mybinder badge| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/fair-software/howfairis-notebooks/main?filepath=demo.ipynb
:alt: MyBinder demo notebook

.. |workflow tests badge| image:: https://github.com/fair-software/howfairis/workflows/tests/badge.svg
:target: https://github.com/fair-software/howfairis/actions?query=workflow%3Atests

Expand Down