mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-22 14:03:46 -05:00
[GH-ISSUE #22] Re-structure chapters -> folders #1223
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?
Originally created by @profvjreddi on GitHub (Oct 7, 2023).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/22
Originally assigned to: @Naeemkh on GitHub.
Need to structure each chapter QMD file as a folder so that we can keep the (1) content and (2) exercises together.
@V0XNIHILI commented on GitHub (Dec 10, 2023):
You are working on this right now, right?
@V0XNIHILI commented on GitHub (Dec 10, 2023):
I think we should not leave
mvfiles.pyis the project.@profvjreddi commented on GitHub (Dec 10, 2023):
I agree @V0XNIHILI - I was in the midst of cleaning it up!
I finished this with @Naeemkh's help on how to structure things. The commit responsible for this is
3625af9cc4🥳