-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove NCAR branding and source images more consistently #13
Conversation
👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. |
@negin513 does this look like what you were expecting or do you think it goes too far? |
Sincere apologies @jsignell. I did not get the chance to review this. Please let me review this in the next day or two and I will ping you about this. |
Ok! I thought it might be helpful to share my timeline on this. The presentation is on October 23rd so I am aiming to be done with the content by Oct 17th - in 2 weeks!! I expect to put up at least 2 or 3 more PRs. I am wondering if there is anything I can do to make the merge process easier. Here are some options:
I know that either of these require time and effort on your part and I really appreciate it! |
@@ -25,17 +23,21 @@ The motivation behind this repository is to provide a clear and concise resource | |||
<a href="https://github.com/benkirk/demo_containers/graphs/contributors"> | |||
<img src="https://contrib.rocks/image?repo=benkirk/demo_containers" /> | |||
</a> | |||
<a href="https://github.com/ProjectPythia/dask-cookbook/graphs/contributors"> | |||
<img src="https://contrib.rocks/image?repo=ProjectPythia/dask-cookbook" /> |
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.
I am not sure what would be the best way to handle contributors' list for the Pythia cookbooks for the cookbooks that are adapted from previous materials. This might include my profile twice (but I am okay with that and no need to change) ;-)
@jsignell An alternative will be to add your profiles individually or point to a repo that you are the only contributor too. Please see above for how I included Ben...
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.
Yeah good point. I kind of like the idea of just relying on the contributors information on github for this repo. I'm not too worried about people showing up twice but eventually if everyone who contributed to the NCAR version has also contributed over here, then we can just have the one contributor list.
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 @jsignell for your response. In that case, I will leave this as is.
Overall, this is a bigger issue for the project Pythia maintainers on how to handle the list of contributors for many projects like this, where the cookbooks are adapted from other projects and are collected here as a resource for the community....
Maybe a good topic for future Pythia hackathons...
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.
I just remembered that there is an authors section as well where there are links to specific individuals, so maybe it already is ok to just rely on github for the list of contributors?
Hey @jsignell , Everything looks good in this notebook and I had a minor comment. For some reason, I noticed in the Xarray + Dask notebook, there are some differences from the previous versions (possibly due to an update in versions of Dask, Xarray maybe?) See the tref.chunks output cell from the preview and the published version. Any idea what might be causing this? |
Oh yikes! Let me see if I can figure that out. |
This PR