Skip to content

Commit 0be55d8

Browse files
author
Jessica Lin
authored
Add CONTRIBUTION to README
1 parent 523e502 commit 0be55d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ All the tutorials are now presented as sphinx style documentation at:
66
## [https://pytorch.org/tutorials](https://pytorch.org/tutorials)
77

88

9-
109
# Contributing
1110

1211
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 documentation page.
@@ -19,6 +18,8 @@ Here's how to create a new tutorial or recipe:
1918

2019
In case you prefer to write your tutorial in jupyter, you can use [this script](https://gist.github.com/chsasank/7218ca16f8d022e02a9c0deb94a310fe) to convert the notebook to python file. After conversion and addition to the project, please make sure the sections headings etc are in logical order.
2120

21+
See the (CONTRIBUTION)[CONTRIBUTION.md] file to submit your changes a a pull request.
22+
2223
## Building
2324

2425
- Start with installing torch, torchvision, and your GPUs latest drivers. Install other requirements using `pip install -r requirements.txt`

0 commit comments

Comments
 (0)