mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 09:57:21 -05:00
[PR #1068] [MERGED] Repository Restructuring: Prepare for TinyTorch Integration #8872
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/1068
Author: @profvjreddi
Created: 12/5/2025
Status: ✅ Merged
Merged: 12/5/2025
Merged by: @profvjreddi
Base:
dev← Head:feature/repo-restructure📝 Commits (6)
5d2cc55Restructure: Move book content to book/ subdirectory2da1f5aUpdate pre-commit hooks for book/ subdirectory25ff7f3Update .gitignore for book/ subdirectory structure17d5448Update GitHub workflows for book/ subdirectoryc1de0d6Update CLI config to support book/ subdirectoryf8324a6Create new root and book READMEs for dual structure📊 Changes
100 files changed (+0 additions, -0 deletions)
View changed files
📝
.github/workflows/build-linux-container.yml(+7 -7)📝
.github/workflows/build-windows-container.yml(+7 -7)📝
.github/workflows/container-health-check.yml(+2 -2)📝
.github/workflows/deploy-preview.yml(+2 -2)📝
.github/workflows/link-check.yml(+5 -5)📝
.github/workflows/publish-live.yml(+5 -5)📝
.github/workflows/quarto-build-baremetal.yml(+19 -19)📝
.github/workflows/quarto-build-container.yml(+9 -9)📝
.github/workflows/update-contributors.yml(+3 -3)📝
.gitignore(+17 -17)📝
.pre-commit-config.yaml(+40 -40)📝
README.md(+50 -340)➕
book/README.md(+56 -0)📝
book/binder(+0 -0)📝
book/cli/README.md(+0 -0)📝
book/cli/__init__.py(+0 -0)📝
book/cli/commands/__init__.py(+0 -0)📝
book/cli/commands/build.py(+0 -0)📝
book/cli/commands/clean.py(+0 -0)📝
book/cli/commands/doctor.py(+0 -0)...and 80 more files
📄 Description
Summary
This PR restructures the repository to support both MLSysBook and TinyTorch projects in a unified codebase:
book/subdirectoryChanges
Directory Structure
quarto/→book/quarto/cli/→book/cli/docker/→book/docker/socratiQ/→book/socratiQ/tools/→book/tools/scripts/→book/scripts/config/→book/config/docs/→book/docs/binder→book/binderConfiguration Updates (6 commits)
Testing
Rollback Plan
If issues arise, rollback branch exists:
Next Steps
After merge:
tinytorch/directoryDeployment Impact
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.