Skip to content

Commit 033704a

Browse files
committed
remove notebook as markdown from docs
1 parent 3f9f4a6 commit 033704a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/make_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- run: cp extras/pytorch_extra_resources.md docs/
3838
- run: cp extras/pytorch_cheatsheet.ipynb docs/
3939
- run: cp extras/pytorch_most_common_errors.ipynb docs/
40-
- run: cp extras/00_pytorch_fundamentals.md docs/
40+
# - run: cp extras/00_pytorch_fundamentals.md docs/
4141
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ nav:
4545
- PyTorch Extra Resources: 'pytorch_extra_resources.md'
4646
- PyTorch Cheatsheet: 'pytorch_cheatsheet.ipynb'
4747
- Three Most Common PyTorch Errors: 'pytorch_most_common_errors.ipynb'
48-
- Test 00 as markdown: '00_pytorch_fundamentals.md'
48+
# - Test 00 as markdown: '00_pytorch_fundamentals.md'
4949

5050
extra:
5151
social:

0 commit comments

Comments
 (0)