Is your feature request related to a problem? Please describe.
At the moment there's some time-consuming or fiddly parts of the project, such as organizing the project directory so that it is more accessible. For example, the HTML outputs and the figures from the notebooks render in the same sub-directory as the notebooks, when they would probably be better off in outputs.
Describe the solution you'd like
I think the best solution is to write a makefile that compiles everything in the right sub-directory, and automates some of this process.
Describe alternatives you've considered
Is this something that GitHub Actions might be suitable for?
Is your feature request related to a problem? Please describe. At the moment there's some time-consuming or fiddly parts of the project, such as organizing the project directory so that it is more accessible. For example, the HTML outputs and the figures from the notebooks render in the same sub-directory as the notebooks, when they would probably be better off in outputs.
Describe the solution you'd like I think the best solution is to write a makefile that compiles everything in the right sub-directory, and automates some of this process.
Describe alternatives you've considered Is this something that GitHub Actions might be suitable for?