You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Think of the process as similar to creating a (really practical)
@@ -194,7 +193,7 @@ We recommend that tutorials use the following structure which guides users throu
194
193
1. Step-by-step instructions. Ideally, the steps in the tutorial should
195
194
map back to the learning objectives. Consider adding comments in the
196
195
code that correspond to these steps and that help to clarify what
197
-
each section of the code is doing.
196
+
each section of the code is doing.
198
197
1. Link to relevant [PyTorch
199
198
documentation](https://pytorch.org/docs/stable/index.html). This
200
199
helps readers have context for the tutorial source code and better
@@ -229,7 +228,7 @@ as a guide.
229
228
Submit your tutorial as either a Python (`.py`) file or a
230
229
reStructuredText (`.rst`) file. For Python files, the filename for your
231
230
tutorial should end in "`_tutorial.py`"; for example,
232
-
"`cool_pytorch_feature_tutorial.py`".
231
+
"`cool_pytorch_feature_tutorial.py`".
233
232
234
233
Do not submit a Jupyter notebook. If you develop your tutorial in
235
234
Jupyter, you'll need to convert it to Python. This
@@ -275,8 +274,8 @@ search, you need to include it in `index.rst`, or for recipes, in
275
274
:header: Learn the Basics # Tutorial title
276
275
:card_description: A step-by-step guide to building a complete ML workflow with PyTorch. # Short description
277
276
:image: _static/img/thumbnails/cropped/60-min-blitz.png # Image that appears with the card
278
-
:link: beginner/basics/intro.html
279
-
:tags: Getting-Started
277
+
:link: beginner/basics/intro.html
278
+
:tags: Getting-Started
280
279
```
281
280
282
281
@@ -339,7 +338,7 @@ test your tutorial when you submit your PR.
339
338
340
339
341
340
## Submit the PR ##
342
-
341
+
343
342
NOTE: Please do not use [ghstack](https://github.com/ezyang/ghstack). We
344
343
do not support ghstack in the [`pytorch/tutorials`](https://github.com/pytorch/tutorials) repo.
345
344
@@ -367,5 +366,5 @@ build. You can see an example Netlify preview at the following URL:
367
366
368
367
## Do not merge the PR yourself ##
369
368
370
-
Please **DO NOT MERGE** your own PR; the tutorial won't be published. In order to avoid potential build breaks with the tutorials site, only certain maintainers can authorize publishing.
369
+
Please **DO NOT MERGE** your own PR; the tutorial won't be published. In order to avoid potential build breaks with the tutorials site, only certain maintainers can authorize publishing.
0 commit comments