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

Remove binder links #1970

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
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
29 changes: 0 additions & 29 deletions .github/workflows/binder-badge.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
[![Repository](https://img.shields.io/badge/GitHub-5C5C5C.svg?logo=github)](https://github.com/unitaryfund/mitiq)
[![Unitary Fund](https://img.shields.io/badge/Supported%20By-Unitary%20Fund-FFFF00.svg)](https://unitary.fund)
[![Discord Chat](https://img.shields.io/badge/dynamic/json?color=blue&label=Discord&query=approximate_presence_count&suffix=%20online.&url=https%3A%2F%2Fdiscord.com%2Fapi%2Finvites%2FJqVGmpkP96%3Fwith_counts%3Dtrue)](http://discord.unitary.fund)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/unitaryfund/mitiq/master?urlpath=%2Ftree%2Fdocs%2Fsource%2Fexamples)

Mitiq is a Python toolkit for implementing error mitigation techniques on
quantum computers.
Expand Down Expand Up @@ -76,7 +75,6 @@ Try out the calibration module demonstrated below to help find the best paramete
![](docs/source/img/calibration.gif)

See our [guides](https://mitiq.readthedocs.io/en/stable/guide/guide.html) and [examples](https://mitiq.readthedocs.io) for more explanation, techniques, and benchmarks.
The examples and other notebooks can be run interactively on the cloud with [mybinder.org](https://mybinder.org/v2/gh/unitaryfund/mitiq/master?filepath=%2Fdocs%2Fsource%2Fexamples).

## Quick Tour

Expand Down
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@

# Links matching with the following regular expressions will be ignored
linkcheck_ignore = [
r"https://mybinder.org/",
r"https://doi.org/10.1088/0034-4885/74/10/104401",
r"https://doi.org/10.1088/1367-2630/12/7/075008",
r"https://doi.org/10.7566/JPSJ.90.032001",
Expand Down
4 changes: 0 additions & 4 deletions docs/source/examples/ggi_summer_school_solved.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ If you need to install Mitiq and/or Qiskit, you can uncomment and run the follow
# !pip install qiskit==0.41.0
```

If you encounter problems when installing Mitiq on your local machine,
you can try creating a new notebook in the online Binder einvironment at [`this link`](https://mybinder.org/v2/gh/unitaryfund/mitiq/0da4965f3d80b9ee7ed9e93527c7e7c09d4b2f7e
).

You can check your locally installed version of Mitiq and of the associated frontend libraries by running the next cell.

```{code-cell} ipython3
Expand Down
4 changes: 0 additions & 4 deletions docs/source/examples/ggi_summer_school_unsolved.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ If you need to install Mitiq and/or Qiskit, you can uncomment and run the follow
# !pip install qiskit==0.39.0
```

If you encounter problems when installing Mitiq on your local machine,
you can try creating a new notebook in the online Binder einvironment at [`this link`](https://mybinder.org/v2/gh/unitaryfund/mitiq/0da4965f3d80b9ee7ed9e93527c7e7c09d4b2f7e
).

You can check your locally installed version of Mitiq and of the associated frontend libraries by running the next cell.

```{code-cell} ipython3
Expand Down