Skip to content

Commit bc8982a

Browse files
author
Svetlana Karslioglu
committed
Update
1 parent 8ff6be6 commit bc8982a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# PyTorch Tutorials
22

3-
All the tutorials are now presented as Sphinx style documentation at:
3+
4+
All the tutorials are now presented as sphinx style documentation at:
45

56
## [https://pytorch.org/tutorials](https://pytorch.org/tutorials)
67

8+
9+
710
# Contributing
811

912
We use sphinx-gallery's [notebook styled examples](https://sphinx-gallery.github.io/stable/tutorials/index.html) to create the tutorials. Syntax is very simple. In essence, you write a slightly well formatted Python file and it shows up as an HTML page. In addition, a Jupyter notebook is autogenerated and available to run in Google Colab.
@@ -19,7 +22,7 @@ If you are starting off with a Jupyter notebook, you can use [this script](https
1922

2023
## Building locally
2124

22-
The tutorial build is very large and requires a GPU. If your machine does not have a GPU device, you can preview your HTML build without actually downloading the data and running the tutorial code:
25+
The tutorial build is very large and requires a GPU. If your machine does not have a GPU device, you can preview your HTML build without actually downloading the data and running the tutorial code:
2326

2427
1. Install required dependencies by running: `pip install -r requirements.txt`.
2528

@@ -46,6 +49,6 @@ GALLERY_PATTERN="neural_style_transfer_tutorial.py" sphinx-build . _build
4649
The `GALLERY_PATTERN` variable respects regular expressions.
4750

4851
## About contributing to PyTorch Documentation and Tutorials
49-
* You can find information about contributing to PyTorch documentation in the.
50-
PyTorch Repo [README.md](https://github.com/pytorch/pytorch/blob/master/README.md) file.
52+
* You can find information about contributing to PyTorch documentation in the
53+
PyTorch Repo [README.md](https://github.com/pytorch/pytorch/blob/master/README.md) file.
5154
* Additional information can be found in [PyTorch CONTRIBUTING.md](https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)