@@ -95,11 +95,13 @@ required data files.
95
95
96
96
# Python packages used by your tutorial
97
97
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.
103
105
104
106
105
107
# Deprecation of tutorials
@@ -120,7 +122,7 @@ tutorial uses--has a **security or privacy** issue, we will immediately
120
122
take the tutorial off the site.
121
123
122
124
123
- # Guidance for authoring tutorials and recipes #
125
+ # Guidance for authoring tutorials and recipes
124
126
125
127
In this section, we describe the process for creating tutorials and
126
128
recipes for Pytorch.
@@ -326,7 +328,9 @@ example](https://github.com/pytorch/tutorials/blob/master/_static/img/thumbnails
326
328
327
329
The following command builds an HTML version of the tutorial website.
328
330
331
+ ```
329
332
make html-noplot
333
+ ```
330
334
331
335
This command does not run your tutorial code. To build the tutorial in a
332
336
way that executes the code, use ` make docs ` . However, unless you have a
0 commit comments