mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 18:18:42 -05:00
[PR #118] [CLOSED] Remove swap file #4465
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/118
Author: @V0XNIHILI
Created: 12/11/2023
Status: ❌ Closed
Base:
main← Head:feat/remove-swap-file📝 Commits (10+)
be5b09dMake sure epub and pdf generation work by moving include-in-header + configuring epub + pdf generation98a7f57Download webp image, convert it to png and save it as webp images cause problems with PDF generation via LaTeX7e0474fMake sure tinytex is installed during build and increase buf size for xelatex so pdf can be generated3d0cbb2Use different cloud tpu image because it keeps crashing the PDF generation1b80ba2Replace allby
to enable correct rendering in EPUB format
6a2ae08Replace two single quotes by one double quoteb32aac5Add two figures to project that had issues to be downloaded automatically for the book/PDF generation37842baReplace {\textbar} LaTeX character with correct ascii character in references4d6a0e5Merge remote-tracking branch 'upstream/main' into feat/add-book-generation63553caIgnore generated Mermaid files for EPUB📊 Changes
14 files changed (+38 additions, -35 deletions)
View changed files
➖
._quarto.yml.swp(+0 -0)📝
.gitignore(+3 -1)📝
_quarto.yml(+5 -4)📝
contents/dl_primer/dl_primer.qmd(+3 -3)➕
contents/dl_primer/images/jpg/activation-functions3.jpg(+0 -0)➕
contents/dl_primer/images/png/Rosenblattperceptron.png(+0 -0)➕
contents/dl_primer/images/png/ai_dl_progress_nvidia.png(+0 -0)📝
contents/efficient_ai/efficient_ai.qmd(+6 -6)📝
contents/frameworks/frameworks.qmd(+2 -2)📝
contents/hw_acceleration/hw_acceleration.qmd(+4 -4)📝
contents/ondevice_learning/ondevice_learning.qmd(+3 -3)📝
contents/optimizations/optimizations.qmd(+7 -7)📝
contents/privacy_security/privacy_security.qmd(+5 -5)➕
images/imgs_embedded_ml/cloud_ml_tpu.jpg(+0 -0)📄 Description
Remove temporary
.swpfile from root of project. First requires the merging of #112.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.