Skip to content

Commit

Permalink
replaces google tracked badges with shields.io (#1745)
Browse files Browse the repository at this point in the history
closes lig-5584
- replace google colab badges (which get blocked by most ad/tracking blockers) with img.shields
  • Loading branch information
japrescott authored Nov 27, 2024
1 parent 8a6685f commit 6957178
Show file tree
Hide file tree
Showing 21 changed files with 62 additions and 62 deletions.
6 changes: 3 additions & 3 deletions docs/source/examples/aim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/aim.ipynb

This example can be run from the command line with::
Expand All @@ -30,7 +30,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/aim.ipynb

This example can be run from the command line with::
Expand All @@ -41,7 +41,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/aim.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/barlowtwins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Reference:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/barlowtwins.ipynb

This example can be run from the command line with::
Expand All @@ -25,7 +25,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/barlowtwins.ipynb

This example can be run from the command line with::
Expand All @@ -36,7 +36,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/barlowtwins.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/byol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Reference:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/byol.ipynb

This example can be run from the command line with::
Expand All @@ -24,7 +24,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/byol.ipynb

This example can be run from the command line with::
Expand All @@ -35,7 +35,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/byol.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/dcl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ with DCL loss.
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/dcl.ipynb

This example can be run from the command line with::
Expand All @@ -45,7 +45,7 @@ with DCL loss.

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/dcl.ipynb

This example can be run from the command line with::
Expand All @@ -56,7 +56,7 @@ with DCL loss.

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/dcl.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/densecl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Reference:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/densecl.ipynb

This example can be run from the command line with::
Expand All @@ -27,7 +27,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/densecl.ipynb

This example can be run from the command line with::
Expand All @@ -38,7 +38,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/densecl.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/dino.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/dino.ipynb

This example can be run from the command line with::
Expand All @@ -23,7 +23,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/dino.ipynb

This example can be run from the command line with::
Expand All @@ -34,7 +34,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/dino.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/fastsiam.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/fastsiam.ipynb

This example can be run from the command line with::
Expand All @@ -25,7 +25,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/fastsiam.ipynb

This example can be run from the command line with::
Expand All @@ -36,7 +36,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/fastsiam.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/mae.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/mae.ipynb

This example can be run from the command line with::
Expand All @@ -38,7 +38,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/mae.ipynb

This example can be run from the command line with::
Expand All @@ -49,7 +49,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/mae.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/mmcr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Reference:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/mmcr.ipynb

This example can be run from the command line with::
Expand All @@ -24,7 +24,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/mmcr.ipynb

This example can be run from the command line with::
Expand All @@ -35,7 +35,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/mmcr.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/moco.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Tutorials:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/moco.ipynb

This example can be run from the command line with::
Expand All @@ -31,7 +31,7 @@ Tutorials:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/moco.ipynb

This example can be run from the command line with::
Expand All @@ -42,7 +42,7 @@ Tutorials:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/moco.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/msn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See :ref:`PMSN` for a version of MSN for datasets with non-uniform class distrib
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/msn.ipynb

This example can be run from the command line with::
Expand All @@ -31,7 +31,7 @@ See :ref:`PMSN` for a version of MSN for datasets with non-uniform class distrib

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/msn.ipynb

This example can be run from the command line with::
Expand All @@ -42,7 +42,7 @@ See :ref:`PMSN` for a version of MSN for datasets with non-uniform class distrib

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/msn.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/nnclr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/nnclr.ipynb

This example can be run from the command line with::
Expand All @@ -22,7 +22,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/nnclr.ipynb

This example can be run from the command line with::
Expand All @@ -33,7 +33,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/nnclr.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/pmsn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For PMSN, you can use the exact same code as for :ref:`msn` but change
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/pmsn.ipynb

This example can be run from the command line with::
Expand All @@ -48,7 +48,7 @@ For PMSN, you can use the exact same code as for :ref:`msn` but change

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/pmsn.ipynb

This example can be run from the command line with::
Expand All @@ -59,7 +59,7 @@ For PMSN, you can use the exact same code as for :ref:`msn` but change

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/pmsn.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/simclr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tutorials:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/simclr.ipynb

This example can be run from the command line with::
Expand All @@ -26,7 +26,7 @@ Tutorials:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/simclr.ipynb

This example can be run from the command line with::
Expand All @@ -37,7 +37,7 @@ Tutorials:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/simclr.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
Loading

0 comments on commit 6957178

Please sign in to comment.