From f8ea8c3824cd01530906d0db05b8be09d620be9e Mon Sep 17 00:00:00 2001 From: Eduardo Patrocinio Date: Thu, 4 Dec 2025 08:55:36 -0800 Subject: [PATCH] Remove Microsoft Learn reference from intro tutorial Microsoft Learn integration is not implemented in the tutorials. Only Google Colab links are available at the top of tutorial pages. This updates the documentation to reflect the actual functionality. Fixes #3678 --- beginner_source/basics/intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/basics/intro.py b/beginner_source/basics/intro.py index 30ff5e17ff6..ecc1782d015 100644 --- a/beginner_source/basics/intro.py +++ b/beginner_source/basics/intro.py @@ -34,7 +34,7 @@ ------------------------- You can run this tutorial in a couple of ways: -- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Microsoft Learn" and "Run in Google Colab" link at the top, which opens an integrated notebook in Microsoft Learn or Google Colab, respectively, with the code in a fully-hosted environment. +- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Google Colab" link at the top, which opens an integrated notebook in Google Colab with the code in a fully-hosted environment. - **Locally**: This option requires you to setup PyTorch and TorchVision first on your local machine (`installation instructions `_). Download the notebook or copy the code into your favorite IDE.