This program is super useful! I have built it in to my git pre-commit hook so that it runs before every commit, but that means every single time I have to wait for the search index to "update" even when I haven't made any changes to the documentation.
It would be really cool to build in a functionality that the full program would only run if the documentation had changed. For instance, you co
Fortran code for auto generating a time-stamped folder, log file, and data file (csv) to store results of each run of the code. The submodules can be easily incorporated in any program. Useful for cases when the same program must be run many times and the corresponding data must be saved in files.
This program is super useful! I have built it in to my git
pre-commithook so that it runs before every commit, but that means every single time I have to wait for the search index to "update" even when I haven't made any changes to the documentation.It would be really cool to build in a functionality that the full program would only run if the documentation had changed. For instance, you co