Modernize #18

Merged
mih merged 9 commits from modernize into master 2021-07-11 15:39:28 +00:00

9 commits

Author SHA1 Message Date
13a08ba49d
Avoid needless warning
Co-authored-by: Adina Wagner <adina.wagner@t-online.de>
2021-07-11 17:39:16 +02:00
Adina Wagner
3df8ff228a modernize README 2021-07-11 15:30:58 +02:00
e9717b1ee7 Need datalad earlier 2021-07-11 13:11:56 +02:00
2c379a15fd Ensure manuscript build dependency from pip 2021-07-11 12:35:28 +02:00
951288e6be Tune makefile, delete unnecessary pieces, more clear output 2021-07-11 12:24:26 +02:00
9068c4656e Give status output, separate from results 2021-07-11 12:23:49 +02:00
46d9fb9828 Use output helper to direct results into a file
The use piping prevents datalad from showing progress bars.
This change maintains the default behavior but allows non-progress
output to go into a file by setting REMODNAV_RESULTS to the target
file path.
2021-07-11 11:38:23 +02:00
5967576261 Consolidate package import to top to get immediate dependency check 2021-07-11 11:23:20 +02:00
e1b0bc33db Consolidate datalad API usage
We only need a single function, make this more obvious
2021-07-11 11:02:27 +02:00