We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9f4a6 commit 033704aCopy full SHA for 033704a
.github/workflows/make_docs.yml
@@ -37,5 +37,5 @@ jobs:
37
- run: cp extras/pytorch_extra_resources.md docs/
38
- run: cp extras/pytorch_cheatsheet.ipynb docs/
39
- run: cp extras/pytorch_most_common_errors.ipynb docs/
40
- - run: cp extras/00_pytorch_fundamentals.md docs/
+ # - run: cp extras/00_pytorch_fundamentals.md docs/
41
- run: mkdocs gh-deploy --force
mkdocs.yml
@@ -45,7 +45,7 @@ nav:
45
- PyTorch Extra Resources: 'pytorch_extra_resources.md'
46
- PyTorch Cheatsheet: 'pytorch_cheatsheet.ipynb'
47
- Three Most Common PyTorch Errors: 'pytorch_most_common_errors.ipynb'
48
- - Test 00 as markdown: '00_pytorch_fundamentals.md'
+ # - Test 00 as markdown: '00_pytorch_fundamentals.md'
49
50
extra:
51
social:
0 commit comments