Replies: 2 comments 6 replies
-
Thanks a lot for taking the time to lay out your thoughts and suggestions so elaborately. It's sometimes a bit hard to find good balance making it work well for various types of readers. Wit h that, I mean keeping it as simple as possible for those who find too many folders overwhelming, but then also having useful features for the more "power user" audience like you, who is more experienced. Honestly, I think the best way is to have all the setup instructions in one Readme that is preferably not too long so that readers can skim it and then decide which approach to use (and then read about that in more detail). By the way, I like your chapter naming approach. I thought about that in the very beginning as well. The big challenge with that is that chapter names may still change as per publisher preferences. It's also still possible that chapters may get split ... (although I hope they stay as they are, because I put a lot of thought into it, and I prefer the current chapter layout.) I agree though that a short name would make the chapters easier to identify ... something to think about when the book is finalized and the chapters won't change anymore. However, at the same time, I am a bit worried about breaking hyperlinks (I remember there were people who linked certain chapter notebooks, and changing the names could create annoyances there). I also thought about naming them 01_ch, 02_ch, ... but I think that would be awkward. However, I do agree that it's a bit annoying that the appendices are listed before the main chapters. I hope there won't be too many / any additional appendices though, so that's maybe not the end of the world. Based on your feedback, I thought about the organization a bit more, and took another knack at it in #115 In short, the main changes would be:
How do you like this approach? |
Beta Was this translation helpful? Give feedback.
-
Sorry, I should have said external hyperlinks. But this is a great point, I'll try to set this up as part of the CI!
Totally. I was mainly trying to have it show up higher up. But maybe with the note in the README.md this is not necessary anymore and it can just be |
Beta Was this translation helpful? Give feedback.
-
Hey there!
I've been thinking about this repository's folder structure in light of PR #113, and I had some thoughts on how to enhance this for better organization.
Here's what I suggest in the following order:
Git-internal folders
.git
.github/workflows
.devcontainer
.vscode
etc.
Chapter folder (numbers indicating order, each renamed with topic)
2.1
00_Setup
(this would be the renamed ".1st_setup" folder)2.2
01_Understanding_LLMs
2.3
02_Working_with_Text_Data
etc.
Appendix folders
3.1
Appendix_A
3.2
Appendix_B
3.3
Appendix_C
etc.
Regular project files at root
README.md
.gitignore
I believe this arrangement would make navigating this repository a breeze and keep things nicely organized. How does that sound? Let me know your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions