-
Notifications
You must be signed in to change notification settings - Fork 37
chore: fixed all namings to follow conventions #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@TingwenZhang Please see inline comments. Looks like everything is passing, but just needs approval from @sbillinge ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this looks great. I expect the image files are used in documentation, so please build docs and make sure that there are no broken links. On thing to do is a global search for the old filename.
If you can confirm no broken links I can merge.
@@ -7,6 +7,6 @@ on: | |||
|
|||
jobs: | |||
check-news-item: | |||
uses: Billingegroup/release-scripts/.github/workflows/_check-news-item.yml@v0 | |||
uses: Billingegroup/release-scripts/.github/workflows/_check-news-item.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please undo this change. we need the @v0
… restore workflow to @v0
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #279 +/- ##
=======================================
Coverage 95.10% 95.10%
=======================================
Files 23 23
Lines 1123 1123
=======================================
Hits 1068 1068
Misses 55 55 🚀 New features to boost your workflow:
|
Thanks @TingwenZhang when you confirm that all the links to images are working in the built documentation I can merge. Do you know how to build the documentation? @bobleesj can give some guidance on that. It gives most confidence when there are one or two examples of screen-shots copy-pasted and a comment to say you checked them all. There is no need to change your last commit message, it is good, except that would be a fix not a chore. Nice work. We are being picky because we want to make use of the learning opportunity. |
@sbillinge The old image names (images with ![]() All the links in the documentation are still working. |
I think these logos are used in the actual PDFgui code in that case. Do they render correctly when you run PDFgui after installing it in editable mode? |
@TingwenZhang thanks so much for this! Nice job. |
@TingwenZhang would it be possible for you to take a few of the other projects and do the same job? We can also give this to other people to help them learn the workflow, but it is good to reinforce things if you do one or two more. Hopefully you are getting the hang of the importance of clear communication in the comments etc. and this will start to come naturally with fewer iterations. |
@TingwenZhang There is a section in the Level 5 tutorial on "building documentation locally" It is very nice. Great work! |
Sure, I can take another issue. I find fixing issues to be very helpful with learning the pull-request workflow. I just realized I was assigned to diffpy/diffpy.snmf#145, but the issue I fixed was #277. I can take issue 145. |
@TingwenZhang sounds good. We are about to release a new scikit-package, at which point all our projects will need to be repackaged. I think in most cases these @bobleesj I know you ran a script to auto-generate all those issues. Does that script also create some kind of mission-control comment by any chance with check-boxes so we can keep track of who is doing what where? |
It's a very simple script... just writing GH issues only. I shared with @cadenmyers13 a few days ago and also demoed to him. But a simple way to track progress I have done in the past was looking at the referenced remaining issues in the PR like in scikit-package/scikit-package#330 ![]()
I agree. I can volunteer to do a couple of them and test the experience of migrating files on our skpkg doc. Perhaps we could have a quick example section (in our doc) on "how to migrate an already standardized section" for new group members (it can be used as a pedagogical one). |
yah, that is good enough. Just to figure out the remaining open issues is all we need. It is hard when each one is on a different repo otherwise. |
Fix all files to follow the naming convention at https://scikit-package.github.io/scikit-package/billinge-group-standards.html#naming-conventions.