Skip to content

Commit ca26652

Browse files
committed
Add some badges to the README
1 parent 37bd2e3 commit ca26652

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Interactive tutorial notebooks for pyQuil and Forest
22
====================================================
33

44
[![Binder](https://mybinder.org/badge_logo.svg)][binder]
5+
[![pipeline status][gitlab-badge]][gitlab-project]
6+
[![github release][github-badge]][github-release]
7+
[![docker pulls][docker-badge]][docker-image]
58

69
This is a Binder repository containing tutorial notebooks for learning about [pyQuil][pyquil] and
710
the Forest SDK ([quilc][quilc] and the [QVM][qvm]). If you'd like to add a notebook, or change an
@@ -28,6 +31,12 @@ JupyterLab interface.
2831

2932
[arxiv]: https://arxiv.org/abs/2001.04449
3033
[binder]: https://mybinder.org/v2/gh/rigetti/forest-tutorials/master?urlpath=lab/tree/Welcome.ipynb
34+
[docker-badge]: https://img.shields.io/docker/pulls/rigetti/forest-tutorials.svg
35+
[docker-image]: https://hub.docker.com/r/rigetti/forest-tutorials
36+
[github-badge]: https://img.shields.io/github/v/release/rigetti/forest-tutorials
37+
[github-release]: https://github.com/rigetti/forest-tutorials/releases
38+
[gitlab-badge]: https://gitlab.com/rigetti/forest/forest-tutorials/badges/master/pipeline.svg
39+
[gitlab-project]: https://gitlab.com/rigetti/forest/forest-tutorials/commits/master
3140
[pyquil]: https://github.com/rigetti/pyquil
3241
[qvm]: https://github.com/rigetti/qvm
3342
[quilc]: https://github.com/rigetti/quilc

0 commit comments

Comments
 (0)