From 4ccba09d83e3d6f0b0bba4a9a3d3e2b6a4dbf515 Mon Sep 17 00:00:00 2001 From: Logan Thomas Date: Sun, 9 Jun 2024 13:16:32 -0500 Subject: [PATCH] Update CONTRIBUTING.md Fix indent show copy of code doesn't include tick marks --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d187a1b39..5a3ab42272 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -326,9 +326,9 @@ example](https://github.com/pytorch/tutorials/blob/main/_static/img/thumbnails/c The following command builds an HTML version of the tutorial website. - ``` - make html-noplot - ``` +``` +make html-noplot +``` This command does not run your tutorial code. To build the tutorial in a way that executes the code, use `make docs`. However, unless you have a