[PR #618] [MERGED] 594 improve pdf rendering #3452

Closed
opened 2026-04-16 01:49:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/618
Author: @hzeljko
Created: 1/16/2025
Status: Merged
Merged: 1/16/2025
Merged by: @profvjreddi

Base: devHead: 594-improve-pdf-rendering


📝 Commits (4)

📊 Changes

11 files changed (+767 additions, -120 deletions)

View changed files

📝 .gitignore (+3 -0)
Machine-Learning-Systems.log (+644 -0)
📝 _quarto.yml (+4 -8)
📝 contents/core/dl_primer/dl_primer.qmd (+2 -0)
📝 contents/core/dnn_architectures/dnn_architectures.qmd (+107 -107)
📝 contents/core/dnn_architectures/images/png/attention.png (+0 -0)
📝 contents/core/dnn_architectures/images/png/attention_kqv_calc.png (+0 -0)
📝 contents/core/dnn_architectures/images/png/mlp_mm.png (+0 -0)
📝 contents/core/dnn_architectures/images/png/transformer.png (+0 -0)
📝 contents/frontmatter/ai/socratiq.qmd (+6 -3)
📝 tex/header-includes.tex (+1 -2)

📄 Description

  1. Edited file dnn_architectures.qmd
  2. The warning related to FloatRefTarget elements has been successfully removed. Resolved #613
  3. The issue #614 regarding parts not showing properly in HTML has been resolved.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/618 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 1/16/2025 **Status:** ✅ Merged **Merged:** 1/16/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `594-improve-pdf-rendering` --- ### 📝 Commits (4) - [`b1612f5`](https://github.com/harvard-edge/cs249r_book/commit/b1612f5ff0b093643bc6e32ca755a63268411c1c) Summary - [`47c4d66`](https://github.com/harvard-edge/cs249r_book/commit/47c4d66700dd96f3cf16a27d06b3d68f0c12de1c) Create Machine-Learning-Systems.log - [`8b9a982`](https://github.com/harvard-edge/cs249r_book/commit/8b9a98208385004a602681fdd83c75b3eb5ab68b) Summary - [`223dd71`](https://github.com/harvard-edge/cs249r_book/commit/223dd71f5d81aeacfcebf90b2e9766d0b29d95be) Summary ### 📊 Changes **11 files changed** (+767 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) ➕ `Machine-Learning-Systems.log` (+644 -0) 📝 `_quarto.yml` (+4 -8) 📝 `contents/core/dl_primer/dl_primer.qmd` (+2 -0) 📝 `contents/core/dnn_architectures/dnn_architectures.qmd` (+107 -107) 📝 `contents/core/dnn_architectures/images/png/attention.png` (+0 -0) 📝 `contents/core/dnn_architectures/images/png/attention_kqv_calc.png` (+0 -0) 📝 `contents/core/dnn_architectures/images/png/mlp_mm.png` (+0 -0) 📝 `contents/core/dnn_architectures/images/png/transformer.png` (+0 -0) 📝 `contents/frontmatter/ai/socratiq.qmd` (+6 -3) 📝 `tex/header-includes.tex` (+1 -2) </details> ### 📄 Description 1. Edited file dnn_architectures.qmd 2. The warning related to FloatRefTarget elements has been successfully removed. Resolved #613 3. The issue #614 regarding parts not showing properly in HTML has been resolved. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 01:49:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#3452