Skip to content

Commit 73b6cd9

Browse files
authored
Update README.md (#1245)
1 parent 9ecc44a commit 73b6cd9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ In case you prefer to write your tutorial in jupyter, you can use [this script](
2929
- You can skip the computationally intensive graph generation by running `make html-noplot` to build basic html documentation to `_build/html`. This way, you can quickly preview your tutorial.
3030

3131
> If you get **ModuleNotFoundError: No module named 'pytorch_sphinx_theme' make: *** [html-noplot] Error 2**, from /tutorials/src/pytorch-sphinx-theme run `python setup.py install`.
32+
33+
34+
## About contributing to PyTorch Documentation and Tutorials
35+
* You can find information about contributing to PyTorch documentation in the
36+
PyTorch Repo [README.md](https://github.com/pytorch/pytorch/blob/master/README.md) file.
37+
* Additional information can be found in [PyTorch CONTRIBUTING.md](https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md).
38+

0 commit comments

Comments
 (0)