[PR #701] [MERGED] Updated ch5: workflow.qmd #873

Closed
opened 2026-03-22 15:54:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/701
Author: @hzeljko
Created: 2/9/2025
Status: Merged
Merged: 2/9/2025
Merged by: @profvjreddi

Base: devHead: chapter-5


📝 Commits (10+)

  • da454de Updated ch5: workflow.qmd
  • de51cde use action instead of tlmgr
  • 646087f Adding caching support to speed up build
  • 5a91f05 Putting in linux tinytex install as i know it works + adding textlive packages, caching
  • 7a52a1d fix linux issue
  • cf93877 remove a few packages
  • b752587 babel-english
  • 6cc181c adding standalone + tikz libraries
  • e9c2cd7 fix typo
  • e231b90 Remove need for babel package

📊 Changes

4 files changed (+256 additions, -46 deletions)

View changed files

📝 .github/workflows/quarto-build.yml (+140 -40)
📝 Machine-Learning-Systems.log (+1 -1)
📝 contents/core/workflow/workflow.qmd (+115 -2)
📝 tex/header-includes.tex (+0 -3)

📄 Description

Before submitting your Pull Request, please review and complete the items on this checklist.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 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/701 **Author:** [@hzeljko](https://github.com/hzeljko) **Created:** 2/9/2025 **Status:** ✅ Merged **Merged:** 2/9/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `chapter-5` --- ### 📝 Commits (10+) - [`da454de`](https://github.com/harvard-edge/cs249r_book/commit/da454de0ca0ebe5eca63ddce8f82254f88fb9009) Updated ch5: workflow.qmd - [`de51cde`](https://github.com/harvard-edge/cs249r_book/commit/de51cde9cfa956b3ac34d7fe31de541725bee111) use action instead of tlmgr - [`646087f`](https://github.com/harvard-edge/cs249r_book/commit/646087fc2af2f1cbedda84f7dc21432d36238051) Adding caching support to speed up build - [`5a91f05`](https://github.com/harvard-edge/cs249r_book/commit/5a91f058eaa7133a18af0709ac5a2f4d5c6e60e8) Putting in linux tinytex install as i know it works + adding textlive packages, caching - [`7a52a1d`](https://github.com/harvard-edge/cs249r_book/commit/7a52a1d69ac0d2547b3e27e63d0f66d5b645714f) fix linux issue - [`cf93877`](https://github.com/harvard-edge/cs249r_book/commit/cf93877e5f9db92de9e43bf836288e6f17dea2a2) remove a few packages - [`b752587`](https://github.com/harvard-edge/cs249r_book/commit/b752587517b38b2ab87a0112c9a1b513b559fbb3) babel-english - [`6cc181c`](https://github.com/harvard-edge/cs249r_book/commit/6cc181cdcfbd9426f7aa9082f1f0214850bdbf91) adding standalone + tikz libraries - [`e9c2cd7`](https://github.com/harvard-edge/cs249r_book/commit/e9c2cd79e8f5b69af4edc24e8099f74eb1437bae) fix typo - [`e231b90`](https://github.com/harvard-edge/cs249r_book/commit/e231b90d5b39bf42493366a6e30b7ba44f71135e) Remove need for babel package ### 📊 Changes **4 files changed** (+256 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/quarto-build.yml` (+140 -40) 📝 `Machine-Learning-Systems.log` (+1 -1) 📝 `contents/core/workflow/workflow.qmd` (+115 -2) 📝 `tex/header-includes.tex` (+0 -3) </details> ### 📄 Description Before submitting your Pull Request, please review and complete the items on this checklist. - [ ] The text has been proofread for grammar and spelling errors. - [ ] All images, figures, and tables render properly without any glitches. - [ ] All images have a source or they are properly linked to external sites. - [ ] The chapter's formatting is consistent with the rest of the book. - [ ] The chapter has been locally built and tested using Quarto. --- <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-03-22 15:54:09 -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#873