Skip to content

Commit

Permalink
Revert "build subset"
Browse files Browse the repository at this point in the history
This reverts commit 5bd7744.
  • Loading branch information
astonzhang committed Dec 10, 2021
1 parent a7aec3e commit 854535b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ release = 0.17.1

# A list of wildcards to indicate the markdown files that need to be evaluated as
# Jupyter notebooks.
notebooks = *.md chapter_preface/*.md chapter_introduction/*.md chapter_linear-networks/*.md chapter_preliminaries/*.md
notebooks = *.md */*.md

# A list of files that will be copied to the build folder.
resources = img/ d2l/ d2l.bib setup.py
Expand Down
19 changes: 19 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Dive into Deep Learning
:maxdepth: 1
chapter_preface/index
chapter_installation/index
chapter_notation/index
```


Expand All @@ -21,6 +23,23 @@ chapter_preface/index
chapter_introduction/index
chapter_preliminaries/index
chapter_linear-networks/index
chapter_multilayer-perceptrons/index
chapter_deep-learning-computation/index
chapter_convolutional-neural-networks/index
chapter_convolutional-modern/index
chapter_recurrent-neural-networks/index
chapter_recurrent-modern/index
chapter_attention-mechanisms/index
chapter_optimization/index
chapter_computational-performance/index
chapter_computer-vision/index
chapter_natural-language-processing-pretraining/index
chapter_natural-language-processing-applications/index
chapter_recommender-systems/index
chapter_generative-adversarial-networks/index
chapter_appendix-mathematics-for-deep-learning/index
chapter_appendix-tools-for-deep-learning/index
```


Expand Down

0 comments on commit 854535b

Please sign in to comment.