From 626ff9936e86c9c8558ca6e4ef6d5782f7c24b83 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Thu, 25 May 2023 09:52:01 -0300 Subject: [PATCH] Renamed Pytorch Lightning to Lightning (#8415) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Renamed Pytorch Lightning to Lightning Signed-off-by: George Araújo * Updated simple-icons.json Signed-off-by: George Araújo * Removed empty line Signed-off-by: George Araújo * Revert change in slugs.md --------- Signed-off-by: George Araújo --- _data/simple-icons.json | 10 +++++----- icons/lightning.svg | 1 + icons/pytorchlightning.svg | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 icons/lightning.svg delete mode 100644 icons/pytorchlightning.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 107f42c64..95368c2a7 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -6550,6 +6550,11 @@ "hex": "F44B21", "source": "https://github.com/GoogleChrome/lighthouse/blob/80d2e6c1948f232ec4f1bdeabc8bc632fc5d0bfd/assets/lh_favicon.svg" }, + { + "title": "Lightning", + "hex": "792EE5", + "source": "https://github.com/Lightning-AI/lightning/blob/a584196abf820179adb0758ef67ddae91c44e7bc/docs/source/_static/images/icon.svg" + }, { "title": "LINE", "hex": "00C300", @@ -9309,11 +9314,6 @@ "source": "https://github.com/pytorch/pytorch.github.io/blob/8f083bd12192ca12d5e1c1f3d236f4831d823d8f/assets/images/logo.svg", "guidelines": "https://github.com/pytorch/pytorch.github.io/blob/381117ec296f002b2de475402ef29cca6c55e209/assets/brand-guidelines/PyTorch-Brand-Guidelines.pdf" }, - { - "title": "PyTorch Lightning", - "hex": "792EE5", - "source": "https://github.com/PyTorchLightning/pytorch-lightning/blob/a584196abf820179adb0758ef67ddae91c44e7bc/docs/source/_static/images/icon.svg" - }, { "title": "PyUp", "hex": "9F55FF", diff --git a/icons/lightning.svg b/icons/lightning.svg new file mode 100644 index 000000000..89f7f2749 --- /dev/null +++ b/icons/lightning.svg @@ -0,0 +1 @@ +Lightning \ No newline at end of file diff --git a/icons/pytorchlightning.svg b/icons/pytorchlightning.svg deleted file mode 100644 index 9c0f2a234..000000000 --- a/icons/pytorchlightning.svg +++ /dev/null @@ -1 +0,0 @@ -PyTorch Lightning \ No newline at end of file