mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 10:08:50 -05:00
[PR #610] [MERGED] 594 improve pdf rendering #2770
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/610
Author: @hzeljko
Created: 1/13/2025
Status: ✅ Merged
Merged: 1/13/2025
Merged by: @profvjreddi
Base:
dev← Head:594-improve-pdf-rendering📝 Commits (4)
224c6a2Summary2512abfMerge branch 'dev' into 594-improve-pdf-rendering53d748aMerge branch 'dev' into 594-improve-pdf-rendering5e42680Summary📊 Changes
22 files changed (+171 additions, -299 deletions)
View changed files
📝
_quarto.yml(+6 -2)📝
contents/core/dl_primer/dl_primer.qmd(+114 -194)📝
contents/core/dl_primer/images/png/activities.png(+0 -0)📝
contents/core/dl_primer/images/png/ai_dl_progress_nvidia.png(+0 -0)📝
contents/core/dl_primer/images/png/basic_perceptron.png(+0 -0)📝
contents/core/dl_primer/images/png/bio_nn2ai_nn.png(+0 -0)📝
contents/core/dl_primer/images/png/forward_backward_propagation.png(+0 -0)📝
contents/core/dl_primer/images/png/handwritten_digits.png(+0 -0)📝
contents/core/dl_primer/images/png/inference_pipeline.png(+0 -0)📝
contents/core/dl_primer/images/png/mlp_connection_weights.png(+0 -0)📝
contents/core/dl_primer/images/png/nnlayers.png(+0 -0)📝
contents/core/dl_primer/images/png/nonlinear_patterns.png(+0 -0)📝
contents/core/introduction/introduction.qmd(+2 -2)📝
contents/core/ml_systems/images/jpg/tiny_ml.jpg(+0 -0)📝
contents/core/ml_systems/images/png/cloud-edge-tiny.png(+0 -0)📝
contents/core/ml_systems/images/png/cloudml.png(+0 -0)📝
contents/core/ml_systems/images/png/edgeml.png(+0 -0)📝
contents/core/ml_systems/images/png/tinyml.png(+0 -0)📝
contents/core/ml_systems/ml_systems.qmd(+23 -81)📝
contents/frontmatter/about/about.qmd(+1 -0)...and 2 more files
📄 Description
The spacing above and below the headings has been adjusted slightly. In the previous version, the spacing between the headings and the text was excessively large, which has now been corrected.
Additionally, the spacing between the heading number and the text has been adjusted. Previously, this spacing was set to 10pt, which was too large and visually unappealing. It has now been updated to 0.5em, which is a more standard and aesthetically pleasing setting.
The adjustments have been made in the chapters up to and including dl_primer.qmd.
Two issues assigned to me on GitHub have also been resolved:
Fixed the missing tag closure (#608).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.