Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File hierarchy #4

Open
samgdotson opened this issue Sep 9, 2024 · 0 comments
Open

File hierarchy #4

samgdotson opened this issue Sep 9, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers question Further information is requested

Comments

@samgdotson
Copy link
Member

Currently, the file hierarchy is perfectly flat (i.e., there are no folders whatsoever).

I propose a cleaner hierarchy where the notebooks are in a folder called notebooks.

This issue may be closed when there is a pull request implementing the new changes.

Tip

When implementing this change on the command line, it's important that you use the command git mv <filename> <new_directory> in order to preserve the file's history! Otherwise, it may be lost. Also, the resulting PR will have at least double the files necessary because it can't tell the difference between moving files and deleting and creating new ones with the same name and data. Unless you use git mv.

@samgdotson samgdotson added enhancement New feature or request good first issue Good for newcomers question Further information is requested labels Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant