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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,10 @@ In case you prefer to write your tutorial in jupyter, you can use [this script](
29
29
- 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.
30
30
31
31
> 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
0 commit comments