Conversation
|
@tylerjereddy thanks for taking this on. If you are already working on the standard header then we should have a discussion what it should like. It is certainly not appropriate anymore that Naveen, Liz and I have such a prominent position in it. |
|
Yeah, that's fine, it is just string / file line parsing. |
07b4139 to
7f43f21
Compare
|
I've updated the branch / PR with the latest proposal in #1002, though I haven't looked into @richardjgowers suggestion of the dynamic author list. Note that my code parsed two less files this time (now that more changes are being made and the header is being detected from the start point): I couldn't quite figure out why based on a quick look. |
|
I think @richardjgowers #1001 (comment) raises a good point: the less we mess with the two big merges the better. (It might just go through without a hitch but in any case, these two big PRs will generate many new files whose headers will also have to be updated, so better do it all in one go.) @tylerjereddy can we hold off and then you run the script once #797 and #815 are in? |
|
Sounds good. I've pushed the script to a repo because I couldn't push changes to the above anonymous gist. This is just a precaution in case the need to merge arises when I'm busy with relocation to the US ~mid-late December. |
|
superseded by #1088 |
Reference: #993
This PR aims to update the citation information in all pertinent package / documentation files. I only found two places in the sphinx docs where changes were needed, and I did those two changes and the
READMEmanually.Doing the metadata (package file headers) manually would be insane, so I drafted a metadata citation injection and verification script / gist for the new citation.
The final output from running the above script:
The WIP tag is placed on this PR because of the extremely large number of files changed in a semi-automated manner, thereby mandating a certain amount of caution / revision before merging.
For the metadata changes we might want to explicitly say to cite both papers rather than just listing both, which would just require a bit more string / file editing in the above script. May also be an argument for an extra newline in there [and / or URL info] depending on how picky you are.