From 778bf2b16e48a0f72802f5adfdf349790771d207 Mon Sep 17 00:00:00 2001 From: holly1238 <77758406+holly1238@users.noreply.github.com> Date: Tue, 20 Apr 2021 15:39:00 -0700 Subject: [PATCH] Add Google Colab info to the tutorials home page Adding google colab info (https://pytorch.org/tutorials/beginner/colab.html) to the additional resources section on the tutorials home page. --- index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.rst b/index.rst index de37c2c16fe..7286e5b9e24 100644 --- a/index.rst +++ b/index.rst @@ -505,6 +505,11 @@ Additional Resources :button_link: https://github.com/pytorch/tutorials :button_text: Go To GitHub +.. customcalloutitem:: + :header: Run Tutorials on Google Colab + :description: Learn how to copy tutorial data into Google Drive so that you can run tutorials on Google Colab. + :button_link: beginner/colab.html + :button_text: Download .. End of callout section