Skip to content

Commit 0a5dcb2

Browse files
committed
Incorporate PR feedback
1 parent ff13f2d commit 0a5dcb2

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,13 @@ required data files.
9595

9696
# Python packages used by your tutorial
9797

98-
We recommend that you use only mature, well-supported packages in your
99-
tutorial. Packages that are obscure or not well-maintained may break as
100-
a result of, for example, updates to Python or PyTorch or other
101-
packages. If your tutorial fails to build in our Continuous Integration
102-
(CI) system, we might contact you in order to resolve the issue.
98+
If your tutorial has dependencies that are not already defined in
99+
`requirements.txt`, you should add them to that file. We recommend that
100+
you use only mature, well-supported packages in your tutorial. Packages
101+
that are obscure or not well-maintained may break as a result of, for
102+
example, updates to Python or PyTorch or other packages. If your
103+
tutorial fails to build in our Continuous Integration (CI) system, we
104+
might contact you in order to resolve the issue.
103105

104106

105107
# Deprecation of tutorials
@@ -120,7 +122,7 @@ tutorial uses--has a **security or privacy** issue, we will immediately
120122
take the tutorial off the site.
121123

122124

123-
# Guidance for authoring tutorials and recipes #
125+
# Guidance for authoring tutorials and recipes
124126

125127
In this section, we describe the process for creating tutorials and
126128
recipes for Pytorch.
@@ -326,7 +328,9 @@ example](https://github.com/pytorch/tutorials/blob/master/_static/img/thumbnails
326328

327329
The following command builds an HTML version of the tutorial website.
328330

331+
```
329332
make html-noplot
333+
```
330334

331335
This command does not run your tutorial code. To build the tutorial in a
332336
way that executes the code, use `make docs`. However, unless you have a

0 commit comments

Comments
 (0)