diff --git a/.github/workflows/deploy-book.yml b/.github/workflows/deploy-book.yml index 7ac74b20..da4b4d66 100644 --- a/.github/workflows/deploy-book.yml +++ b/.github/workflows/deploy-book.yml @@ -45,7 +45,7 @@ jobs: run: | pip install --upgrade pip pip install jupyter-book jupytext - pip install -r book/tinytorch-course/requirements.txt + pip install -r book/requirements.txt - name: Generate notebooks for Binder/Colab run: | @@ -67,13 +67,13 @@ jobs: - name: Build the book run: | - cd book/tinytorch-course + cd book jupyter-book build . --all - name: Upload book artifact uses: actions/upload-pages-artifact@v3 with: - path: book/tinytorch-course/_build/html + path: book/_build/html deploy: # Only deploy on main branch pushes (not PRs) diff --git a/book/tinytorch-course/.nojekyll b/book/.nojekyll similarity index 100% rename from book/tinytorch-course/.nojekyll rename to book/.nojekyll diff --git a/book/tinytorch-course/_build/.doctrees/chapters/00-setup.doctree b/book/_build/.doctrees/chapters/00-setup.doctree similarity index 97% rename from book/tinytorch-course/_build/.doctrees/chapters/00-setup.doctree rename to book/_build/.doctrees/chapters/00-setup.doctree index dfe5edf1..c6f2556e 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/00-setup.doctree and b/book/_build/.doctrees/chapters/00-setup.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/01-tensor.doctree b/book/_build/.doctrees/chapters/01-tensor.doctree similarity index 95% rename from book/tinytorch-course/_build/.doctrees/chapters/01-tensor.doctree rename to book/_build/.doctrees/chapters/01-tensor.doctree index 8eac6875..7712448c 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/01-tensor.doctree and b/book/_build/.doctrees/chapters/01-tensor.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/02-activations.doctree b/book/_build/.doctrees/chapters/02-activations.doctree similarity index 96% rename from book/tinytorch-course/_build/.doctrees/chapters/02-activations.doctree rename to book/_build/.doctrees/chapters/02-activations.doctree index 24c80494..6ce3ee32 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/02-activations.doctree and b/book/_build/.doctrees/chapters/02-activations.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/03-layers.doctree b/book/_build/.doctrees/chapters/03-layers.doctree similarity index 95% rename from book/tinytorch-course/_build/.doctrees/chapters/03-layers.doctree rename to book/_build/.doctrees/chapters/03-layers.doctree index 3fe734bd..e8e19dc5 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/03-layers.doctree and b/book/_build/.doctrees/chapters/03-layers.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/04-networks.doctree b/book/_build/.doctrees/chapters/04-networks.doctree similarity index 96% rename from book/tinytorch-course/_build/.doctrees/chapters/04-networks.doctree rename to book/_build/.doctrees/chapters/04-networks.doctree index 3105d70f..d03adf8f 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/04-networks.doctree and b/book/_build/.doctrees/chapters/04-networks.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/05-cnn.doctree b/book/_build/.doctrees/chapters/05-cnn.doctree similarity index 96% rename from book/tinytorch-course/_build/.doctrees/chapters/05-cnn.doctree rename to book/_build/.doctrees/chapters/05-cnn.doctree index 76d2649f..aad6fe21 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/05-cnn.doctree and b/book/_build/.doctrees/chapters/05-cnn.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/06-dataloader.doctree b/book/_build/.doctrees/chapters/06-dataloader.doctree similarity index 96% rename from book/tinytorch-course/_build/.doctrees/chapters/06-dataloader.doctree rename to book/_build/.doctrees/chapters/06-dataloader.doctree index df97b6c4..bad0a864 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/06-dataloader.doctree and b/book/_build/.doctrees/chapters/06-dataloader.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/07-autograd.doctree b/book/_build/.doctrees/chapters/07-autograd.doctree similarity index 95% rename from book/tinytorch-course/_build/.doctrees/chapters/07-autograd.doctree rename to book/_build/.doctrees/chapters/07-autograd.doctree index c19d964a..6a34ee90 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/07-autograd.doctree and b/book/_build/.doctrees/chapters/07-autograd.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/08-optimizers.doctree b/book/_build/.doctrees/chapters/08-optimizers.doctree similarity index 95% rename from book/tinytorch-course/_build/.doctrees/chapters/08-optimizers.doctree rename to book/_build/.doctrees/chapters/08-optimizers.doctree index ce512088..af9601d5 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/08-optimizers.doctree and b/book/_build/.doctrees/chapters/08-optimizers.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/09-training.doctree b/book/_build/.doctrees/chapters/09-training.doctree similarity index 96% rename from book/tinytorch-course/_build/.doctrees/chapters/09-training.doctree rename to book/_build/.doctrees/chapters/09-training.doctree index d493ee34..ff001134 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/09-training.doctree and b/book/_build/.doctrees/chapters/09-training.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/10-compression.doctree b/book/_build/.doctrees/chapters/10-compression.doctree similarity index 95% rename from book/tinytorch-course/_build/.doctrees/chapters/10-compression.doctree rename to book/_build/.doctrees/chapters/10-compression.doctree index c6eb5c3d..032c89ad 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/10-compression.doctree and b/book/_build/.doctrees/chapters/10-compression.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/11-kernels.doctree b/book/_build/.doctrees/chapters/11-kernels.doctree similarity index 94% rename from book/tinytorch-course/_build/.doctrees/chapters/11-kernels.doctree rename to book/_build/.doctrees/chapters/11-kernels.doctree index b002d431..cff7201e 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/11-kernels.doctree and b/book/_build/.doctrees/chapters/11-kernels.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/12-benchmarking.doctree b/book/_build/.doctrees/chapters/12-benchmarking.doctree similarity index 95% rename from book/tinytorch-course/_build/.doctrees/chapters/12-benchmarking.doctree rename to book/_build/.doctrees/chapters/12-benchmarking.doctree index 76c87b3f..832faa98 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/12-benchmarking.doctree and b/book/_build/.doctrees/chapters/12-benchmarking.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/chapters/13-mlops.doctree b/book/_build/.doctrees/chapters/13-mlops.doctree similarity index 96% rename from book/tinytorch-course/_build/.doctrees/chapters/13-mlops.doctree rename to book/_build/.doctrees/chapters/13-mlops.doctree index 1c9fa339..87990ffa 100644 Binary files a/book/tinytorch-course/_build/.doctrees/chapters/13-mlops.doctree and b/book/_build/.doctrees/chapters/13-mlops.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/intro.doctree b/book/_build/.doctrees/intro.doctree similarity index 98% rename from book/tinytorch-course/_build/.doctrees/intro.doctree rename to book/_build/.doctrees/intro.doctree index f8605ff5..0915405a 100644 Binary files a/book/tinytorch-course/_build/.doctrees/intro.doctree and b/book/_build/.doctrees/intro.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/usage-paths/classroom-use.doctree b/book/_build/.doctrees/usage-paths/classroom-use.doctree similarity index 99% rename from book/tinytorch-course/_build/.doctrees/usage-paths/classroom-use.doctree rename to book/_build/.doctrees/usage-paths/classroom-use.doctree index 89cf1b34..6d00c85a 100644 Binary files a/book/tinytorch-course/_build/.doctrees/usage-paths/classroom-use.doctree and b/book/_build/.doctrees/usage-paths/classroom-use.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/usage-paths/quick-exploration.doctree b/book/_build/.doctrees/usage-paths/quick-exploration.doctree similarity index 81% rename from book/tinytorch-course/_build/.doctrees/usage-paths/quick-exploration.doctree rename to book/_build/.doctrees/usage-paths/quick-exploration.doctree index fff0558b..09c32427 100644 Binary files a/book/tinytorch-course/_build/.doctrees/usage-paths/quick-exploration.doctree and b/book/_build/.doctrees/usage-paths/quick-exploration.doctree differ diff --git a/book/tinytorch-course/_build/.doctrees/usage-paths/serious-development.doctree b/book/_build/.doctrees/usage-paths/serious-development.doctree similarity index 98% rename from book/tinytorch-course/_build/.doctrees/usage-paths/serious-development.doctree rename to book/_build/.doctrees/usage-paths/serious-development.doctree index 538eb32d..7b9133bb 100644 Binary files a/book/tinytorch-course/_build/.doctrees/usage-paths/serious-development.doctree and b/book/_build/.doctrees/usage-paths/serious-development.doctree differ diff --git a/book/tinytorch-course/_build/html/.buildinfo b/book/_build/html/.buildinfo similarity index 82% rename from book/tinytorch-course/_build/html/.buildinfo rename to book/_build/html/.buildinfo index 7ffd6868..3951ec74 100644 --- a/book/tinytorch-course/_build/html/.buildinfo +++ b/book/_build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: b4d986c31854d348687be856fa1e31d6 +config: bcd8113202fbec1ab270987d30aa24fc tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/book/tinytorch-course/_build/html/_sources/chapters/00-setup.md b/book/_build/html/_sources/chapters/00-setup.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/00-setup.md rename to book/_build/html/_sources/chapters/00-setup.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/01-tensor.md b/book/_build/html/_sources/chapters/01-tensor.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/01-tensor.md rename to book/_build/html/_sources/chapters/01-tensor.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/02-activations.md b/book/_build/html/_sources/chapters/02-activations.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/02-activations.md rename to book/_build/html/_sources/chapters/02-activations.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/03-layers.md b/book/_build/html/_sources/chapters/03-layers.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/03-layers.md rename to book/_build/html/_sources/chapters/03-layers.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/04-networks.md b/book/_build/html/_sources/chapters/04-networks.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/04-networks.md rename to book/_build/html/_sources/chapters/04-networks.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/05-cnn.md b/book/_build/html/_sources/chapters/05-cnn.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/05-cnn.md rename to book/_build/html/_sources/chapters/05-cnn.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/06-dataloader.md b/book/_build/html/_sources/chapters/06-dataloader.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/06-dataloader.md rename to book/_build/html/_sources/chapters/06-dataloader.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/07-autograd.md b/book/_build/html/_sources/chapters/07-autograd.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/07-autograd.md rename to book/_build/html/_sources/chapters/07-autograd.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/08-optimizers.md b/book/_build/html/_sources/chapters/08-optimizers.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/08-optimizers.md rename to book/_build/html/_sources/chapters/08-optimizers.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/09-training.md b/book/_build/html/_sources/chapters/09-training.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/09-training.md rename to book/_build/html/_sources/chapters/09-training.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/10-compression.md b/book/_build/html/_sources/chapters/10-compression.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/10-compression.md rename to book/_build/html/_sources/chapters/10-compression.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/11-kernels.md b/book/_build/html/_sources/chapters/11-kernels.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/11-kernels.md rename to book/_build/html/_sources/chapters/11-kernels.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/12-benchmarking.md b/book/_build/html/_sources/chapters/12-benchmarking.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/12-benchmarking.md rename to book/_build/html/_sources/chapters/12-benchmarking.md diff --git a/book/tinytorch-course/_build/html/_sources/chapters/13-mlops.md b/book/_build/html/_sources/chapters/13-mlops.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/chapters/13-mlops.md rename to book/_build/html/_sources/chapters/13-mlops.md diff --git a/book/tinytorch-course/_build/html/_sources/intro.md b/book/_build/html/_sources/intro.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/intro.md rename to book/_build/html/_sources/intro.md diff --git a/book/tinytorch-course/_build/html/_sources/usage-paths/classroom-use.md b/book/_build/html/_sources/usage-paths/classroom-use.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/usage-paths/classroom-use.md rename to book/_build/html/_sources/usage-paths/classroom-use.md diff --git a/book/tinytorch-course/usage-paths/quick-exploration.md b/book/_build/html/_sources/usage-paths/quick-exploration.md similarity index 100% rename from book/tinytorch-course/usage-paths/quick-exploration.md rename to book/_build/html/_sources/usage-paths/quick-exploration.md diff --git a/book/tinytorch-course/_build/html/_sources/usage-paths/serious-development.md b/book/_build/html/_sources/usage-paths/serious-development.md similarity index 100% rename from book/tinytorch-course/_build/html/_sources/usage-paths/serious-development.md rename to book/_build/html/_sources/usage-paths/serious-development.md diff --git a/book/tinytorch-course/_build/html/_sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css b/book/_build/html/_sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css similarity index 100% rename from book/tinytorch-course/_build/html/_sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css rename to book/_build/html/_sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css diff --git a/book/tinytorch-course/_build/html/_sphinx_design_static/design-tabs.js b/book/_build/html/_sphinx_design_static/design-tabs.js similarity index 100% rename from book/tinytorch-course/_build/html/_sphinx_design_static/design-tabs.js rename to book/_build/html/_sphinx_design_static/design-tabs.js diff --git a/book/tinytorch-course/_build/html/_static/_sphinx_javascript_frameworks_compat.js b/book/_build/html/_static/_sphinx_javascript_frameworks_compat.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/_sphinx_javascript_frameworks_compat.js rename to book/_build/html/_static/_sphinx_javascript_frameworks_compat.js diff --git a/book/tinytorch-course/_build/html/_static/basic.css b/book/_build/html/_static/basic.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/basic.css rename to book/_build/html/_static/basic.css diff --git a/book/tinytorch-course/_build/html/_static/check-solid.svg b/book/_build/html/_static/check-solid.svg similarity index 100% rename from book/tinytorch-course/_build/html/_static/check-solid.svg rename to book/_build/html/_static/check-solid.svg diff --git a/book/tinytorch-course/_build/html/_static/clipboard.min.js b/book/_build/html/_static/clipboard.min.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/clipboard.min.js rename to book/_build/html/_static/clipboard.min.js diff --git a/book/tinytorch-course/_build/html/_static/copy-button.svg b/book/_build/html/_static/copy-button.svg similarity index 100% rename from book/tinytorch-course/_build/html/_static/copy-button.svg rename to book/_build/html/_static/copy-button.svg diff --git a/book/tinytorch-course/_build/html/_static/copybutton.css b/book/_build/html/_static/copybutton.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/copybutton.css rename to book/_build/html/_static/copybutton.css diff --git a/book/tinytorch-course/_build/html/_static/copybutton.js b/book/_build/html/_static/copybutton.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/copybutton.js rename to book/_build/html/_static/copybutton.js diff --git a/book/tinytorch-course/_build/html/_static/copybutton_funcs.js b/book/_build/html/_static/copybutton_funcs.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/copybutton_funcs.js rename to book/_build/html/_static/copybutton_funcs.js diff --git a/book/tinytorch-course/_build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css b/book/_build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css rename to book/_build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css diff --git a/book/tinytorch-course/_build/html/_static/design-tabs.js b/book/_build/html/_static/design-tabs.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/design-tabs.js rename to book/_build/html/_static/design-tabs.js diff --git a/book/tinytorch-course/_build/html/_static/doctools.js b/book/_build/html/_static/doctools.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/doctools.js rename to book/_build/html/_static/doctools.js diff --git a/book/tinytorch-course/_build/html/_static/documentation_options.js b/book/_build/html/_static/documentation_options.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/documentation_options.js rename to book/_build/html/_static/documentation_options.js diff --git a/book/tinytorch-course/_build/html/_static/file.png b/book/_build/html/_static/file.png similarity index 100% rename from book/tinytorch-course/_build/html/_static/file.png rename to book/_build/html/_static/file.png diff --git a/book/tinytorch-course/_build/html/_static/images/logo_binder.svg b/book/_build/html/_static/images/logo_binder.svg similarity index 100% rename from book/tinytorch-course/_build/html/_static/images/logo_binder.svg rename to book/_build/html/_static/images/logo_binder.svg diff --git a/book/tinytorch-course/_build/html/_static/images/logo_colab.png b/book/_build/html/_static/images/logo_colab.png similarity index 100% rename from book/tinytorch-course/_build/html/_static/images/logo_colab.png rename to book/_build/html/_static/images/logo_colab.png diff --git a/book/tinytorch-course/_build/html/_static/images/logo_deepnote.svg b/book/_build/html/_static/images/logo_deepnote.svg similarity index 100% rename from book/tinytorch-course/_build/html/_static/images/logo_deepnote.svg rename to book/_build/html/_static/images/logo_deepnote.svg diff --git a/book/tinytorch-course/_build/html/_static/images/logo_jupyterhub.svg b/book/_build/html/_static/images/logo_jupyterhub.svg similarity index 100% rename from book/tinytorch-course/_build/html/_static/images/logo_jupyterhub.svg rename to book/_build/html/_static/images/logo_jupyterhub.svg diff --git a/book/tinytorch-course/_build/html/_static/jquery-3.6.0.js b/book/_build/html/_static/jquery-3.6.0.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/jquery-3.6.0.js rename to book/_build/html/_static/jquery-3.6.0.js diff --git a/book/tinytorch-course/_build/html/_static/jquery.js b/book/_build/html/_static/jquery.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/jquery.js rename to book/_build/html/_static/jquery.js diff --git a/book/tinytorch-course/_build/html/_static/language_data.js b/book/_build/html/_static/language_data.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/language_data.js rename to book/_build/html/_static/language_data.js diff --git a/book/tinytorch-course/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/da/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/da/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/da/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/da/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/de/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/de/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/de/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/de/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/el/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/el/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/el/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/el/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/es/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/es/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/es/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/es/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/et/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/et/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/et/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/et/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/id/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/id/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/id/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/id/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/it/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/it/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/it/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/it/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/no/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/no/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/no/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/no/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/te/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/te/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/te/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/te/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/th/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/th/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/th/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/th/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po b/book/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po similarity index 100% rename from book/tinytorch-course/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po rename to book/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po diff --git a/book/tinytorch-course/_build/html/_static/logo.png b/book/_build/html/_static/logo.png similarity index 100% rename from book/tinytorch-course/_build/html/_static/logo.png rename to book/_build/html/_static/logo.png diff --git a/book/tinytorch-course/_build/html/_static/minus.png b/book/_build/html/_static/minus.png similarity index 100% rename from book/tinytorch-course/_build/html/_static/minus.png rename to book/_build/html/_static/minus.png diff --git a/book/tinytorch-course/_build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css b/book/_build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css rename to book/_build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css diff --git a/book/tinytorch-course/_build/html/_static/plus.png b/book/_build/html/_static/plus.png similarity index 100% rename from book/tinytorch-course/_build/html/_static/plus.png rename to book/_build/html/_static/plus.png diff --git a/book/tinytorch-course/_build/html/_static/pygments.css b/book/_build/html/_static/pygments.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/pygments.css rename to book/_build/html/_static/pygments.css diff --git a/book/tinytorch-course/_build/html/_static/sbt-webpack-macros.html b/book/_build/html/_static/sbt-webpack-macros.html similarity index 100% rename from book/tinytorch-course/_build/html/_static/sbt-webpack-macros.html rename to book/_build/html/_static/sbt-webpack-macros.html diff --git a/book/tinytorch-course/_build/html/_static/scripts/bootstrap.js b/book/_build/html/_static/scripts/bootstrap.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/scripts/bootstrap.js rename to book/_build/html/_static/scripts/bootstrap.js diff --git a/book/tinytorch-course/_build/html/_static/scripts/bootstrap.js.LICENSE.txt b/book/_build/html/_static/scripts/bootstrap.js.LICENSE.txt similarity index 100% rename from book/tinytorch-course/_build/html/_static/scripts/bootstrap.js.LICENSE.txt rename to book/_build/html/_static/scripts/bootstrap.js.LICENSE.txt diff --git a/book/tinytorch-course/_build/html/_static/scripts/bootstrap.js.map b/book/_build/html/_static/scripts/bootstrap.js.map similarity index 100% rename from book/tinytorch-course/_build/html/_static/scripts/bootstrap.js.map rename to book/_build/html/_static/scripts/bootstrap.js.map diff --git a/book/tinytorch-course/_build/html/_static/scripts/pydata-sphinx-theme.js b/book/_build/html/_static/scripts/pydata-sphinx-theme.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/scripts/pydata-sphinx-theme.js rename to book/_build/html/_static/scripts/pydata-sphinx-theme.js diff --git a/book/tinytorch-course/_build/html/_static/scripts/pydata-sphinx-theme.js.map b/book/_build/html/_static/scripts/pydata-sphinx-theme.js.map similarity index 100% rename from book/tinytorch-course/_build/html/_static/scripts/pydata-sphinx-theme.js.map rename to book/_build/html/_static/scripts/pydata-sphinx-theme.js.map diff --git a/book/tinytorch-course/_build/html/_static/scripts/sphinx-book-theme.js b/book/_build/html/_static/scripts/sphinx-book-theme.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/scripts/sphinx-book-theme.js rename to book/_build/html/_static/scripts/sphinx-book-theme.js diff --git a/book/tinytorch-course/_build/html/_static/scripts/sphinx-book-theme.js.map b/book/_build/html/_static/scripts/sphinx-book-theme.js.map similarity index 100% rename from book/tinytorch-course/_build/html/_static/scripts/sphinx-book-theme.js.map rename to book/_build/html/_static/scripts/sphinx-book-theme.js.map diff --git a/book/tinytorch-course/_build/html/_static/searchtools.js b/book/_build/html/_static/searchtools.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/searchtools.js rename to book/_build/html/_static/searchtools.js diff --git a/book/tinytorch-course/_build/html/_static/sphinx-thebe.css b/book/_build/html/_static/sphinx-thebe.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/sphinx-thebe.css rename to book/_build/html/_static/sphinx-thebe.css diff --git a/book/tinytorch-course/_build/html/_static/sphinx-thebe.js b/book/_build/html/_static/sphinx-thebe.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/sphinx-thebe.js rename to book/_build/html/_static/sphinx-thebe.js diff --git a/book/tinytorch-course/_build/html/_static/styles/bootstrap.css b/book/_build/html/_static/styles/bootstrap.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/styles/bootstrap.css rename to book/_build/html/_static/styles/bootstrap.css diff --git a/book/tinytorch-course/_build/html/_static/styles/bootstrap.css.map b/book/_build/html/_static/styles/bootstrap.css.map similarity index 100% rename from book/tinytorch-course/_build/html/_static/styles/bootstrap.css.map rename to book/_build/html/_static/styles/bootstrap.css.map diff --git a/book/tinytorch-course/_build/html/_static/styles/pydata-sphinx-theme.css b/book/_build/html/_static/styles/pydata-sphinx-theme.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/styles/pydata-sphinx-theme.css rename to book/_build/html/_static/styles/pydata-sphinx-theme.css diff --git a/book/tinytorch-course/_build/html/_static/styles/pydata-sphinx-theme.css.map b/book/_build/html/_static/styles/pydata-sphinx-theme.css.map similarity index 100% rename from book/tinytorch-course/_build/html/_static/styles/pydata-sphinx-theme.css.map rename to book/_build/html/_static/styles/pydata-sphinx-theme.css.map diff --git a/book/tinytorch-course/_build/html/_static/styles/sphinx-book-theme.css b/book/_build/html/_static/styles/sphinx-book-theme.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/styles/sphinx-book-theme.css rename to book/_build/html/_static/styles/sphinx-book-theme.css diff --git a/book/tinytorch-course/_build/html/_static/styles/theme.css b/book/_build/html/_static/styles/theme.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/styles/theme.css rename to book/_build/html/_static/styles/theme.css diff --git a/book/tinytorch-course/_build/html/_static/togglebutton.css b/book/_build/html/_static/togglebutton.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/togglebutton.css rename to book/_build/html/_static/togglebutton.css diff --git a/book/tinytorch-course/_build/html/_static/togglebutton.js b/book/_build/html/_static/togglebutton.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/togglebutton.js rename to book/_build/html/_static/togglebutton.js diff --git a/book/tinytorch-course/_build/html/_static/underscore-1.13.1.js b/book/_build/html/_static/underscore-1.13.1.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/underscore-1.13.1.js rename to book/_build/html/_static/underscore-1.13.1.js diff --git a/book/tinytorch-course/_build/html/_static/underscore.js b/book/_build/html/_static/underscore.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/underscore.js rename to book/_build/html/_static/underscore.js diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt b/book/_build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt rename to book/_build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css b/book/_build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css rename to book/_build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js b/book/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js rename to book/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt b/book/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt rename to book/_build/html/_static/vendor/fontawesome/6.1.2/js/all.min.js.LICENSE.txt diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf b/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf rename to book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 b/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 rename to book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf b/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf rename to book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 b/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 rename to book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf b/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf rename to book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 b/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 rename to book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf b/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf rename to book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf diff --git a/book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 b/book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 similarity index 100% rename from book/tinytorch-course/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 rename to book/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 diff --git a/book/tinytorch-course/_build/html/_static/webpack-macros.html b/book/_build/html/_static/webpack-macros.html similarity index 100% rename from book/tinytorch-course/_build/html/_static/webpack-macros.html rename to book/_build/html/_static/webpack-macros.html diff --git a/book/tinytorch-course/_build/html/chapters/00-setup.html b/book/_build/html/chapters/00-setup.html similarity index 98% rename from book/tinytorch-course/_build/html/chapters/00-setup.html rename to book/_build/html/chapters/00-setup.html index efdf2786..98334d56 100644 --- a/book/tinytorch-course/_build/html/chapters/00-setup.html +++ b/book/_build/html/chapters/00-setup.html @@ -253,7 +253,7 @@ const thebe_selector_output = ".output, .cell_output" -
  • Get familiar with the educational approach

  • See how components fit together

  • -

    🚀 Launch Setup Chapter

    +

    🚀 Launch Setup Chapter

    Then Try: Chapter 2 - Activations#

    @@ -476,7 +476,7 @@ document.write(`
  • See immediate visual results

  • Understand why nonlinearity matters

  • -

    🚀 Launch Activations Chapter

    +

    🚀 Launch Activations Chapter

    Build Up: Chapter 3 - Layers#

    @@ -485,7 +485,7 @@ document.write(`
  • Combine your ReLU with matrix operations

  • See how simple math becomes powerful AI

  • -

    🚀 Launch Layers Chapter

    +

    🚀 Launch Layers Chapter


    @@ -497,7 +497,7 @@ document.write(`
  • Your work is not saved when the session ends

  • Great for exploration, not for ongoing projects

  • -

    For persistent work: Ready to build your own TinyTorch? → Serious Development Path

    +

    For persistent work: Ready to build your own TinyTorch? → Serious Development Path


    @@ -513,8 +513,8 @@ document.write(`

    🔄 Next Steps#

    Satisfied with exploration? You’ve gained valuable insight into ML systems!

    -

    Want to build more? → Fork the repo and work locally

    -

    Teaching a class? → Classroom setup guide

    +

    Want to build more? → Fork the repo and work locally

    +

    Teaching a class? → Classroom setup guide


    🎉 No commitment required - just click and explore!

    diff --git a/book/tinytorch-course/_build/html/usage-paths/serious-development.html b/book/_build/html/usage-paths/serious-development.html similarity index 99% rename from book/tinytorch-course/_build/html/usage-paths/serious-development.html rename to book/_build/html/usage-paths/serious-development.html index b8fc9b4a..18ab8255 100644 --- a/book/tinytorch-course/_build/html/usage-paths/serious-development.html +++ b/book/_build/html/usage-paths/serious-development.html @@ -253,7 +253,7 @@ const thebe_selector_output = ".output, .cell_output" -