+I wrote it about 10 years ago, I have moved on, such is life. I accept issues on things including such things as typos, but it takes a *lot* of effort to manage this, time I do not willingly want to spend. jupyter notebooks are not version control friendly, and diffs are often very unreadable. What is worse, if the merge comes from anything but HEAD there are much greater chances of a bad merge where the result is unreadable by Jupyter and the notebook and will not render at all, with unintelligble errors. I have to review the changes, makes sure it doesn't conflict with other issues, regenerate the notebook, make sure all the code ran correctly and the figures rendered, push the changes, then go through the painful process of regenerating the PDF. And in between someone pushes a commit that contains some of the fixes I'm working one, plus some other ones, plus reword things that don't 'jibe' with the other commit. It's not easy, and it is mostly for typos or awkward wording that does not affect understanding or learning.
0 commit comments