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