Skip to content

Commit 1ca1a6a

Browse files
author
Svetlana Karslioglu
authored
Update template_tutorial.py
Minor fixes.
1 parent 2f440ae commit 1ca1a6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

beginner_source/template_tutorial.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@
3131
To test your tutorial locally, you can do one of the following:
3232
3333
* You can control specific files that generate the results by using
34-
``GALLERY_PATTERN`` environment variable, For example to run only ``neural_style_transfer_tutorial.py``,
35-
run the following command:
34+
``GALLERY_PATTERN`` environment variable. The GALLERY_PATTERN variable
35+
respects regular expressions.
36+
For example to run only ``neural_style_transfer_tutorial.py``,
37+
use the following command:
3638
37-
.. code-block::
39+
.. code-block:: sh
3840
3941
GALLERY_PATTERN="neural_style_transfer_tutorial.py" make html
4042
4143
or
4244
43-
.. code-block::
45+
.. code-block:: sh
4446
4547
GALLERY_PATTERN="neural_style_transfer_tutorial.py" sphinx-build . _build
46-
47-
The GALLERY_PATTERN variable respects regular expressions.
4848
4949
* Make a copy of this repo and add only your
5050
tutorial removing everything. Then run ``make html``.

0 commit comments

Comments
 (0)