Skip to content
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

Collate documentation #419

Open
julia-neme opened this issue Jul 10, 2024 · 43 comments
Open

Collate documentation #419

julia-neme opened this issue Jul 10, 2024 · 43 comments

Comments

@julia-neme
Copy link
Collaborator

The amazing-super-fun hackathon made me want to review pull requests, and since I didn't go to the review tutorial because I had some even more basic git/github pitfalls, I missed out on learning that day. So I searched for documentation/step-by-step tutorials on how to do it because I wanted to run the notebooks to test them which is not as trivial as opening reviewNB and commenting. I have not found that documentation, but did receive help from people via chat. There are two possibilities:

  1. My searching skills are flawed (probably true) and said documentation exists somewhere.
  2. Documentation does not exist.

I think in either case, it would be cool to populate the repo Wiki so that others that struggle like me have 1 place and only 1 place where to go to follow steps that enable them to contribute to the recipes. Hopefully this boosts participation outside of the hackathons.

Thoughts?

I am happy to do this if people agree, and if someone wants to suffer with me please join :)

@adele-morrison
Copy link
Collaborator

Did you find this documentation that @navidcy recently made? https://cosima-recipes.readthedocs.io/en/latest/contributing.html#reviewing-existing-pull-requests

I think it would be great to expand this step:

  • Clone the repository or the fork that the pull request was made from;

to be easier by suggesting people do the 'Checkout with GitHub CLI' instead, and adding some instructions on how to do that.

Also, maybe we could make a link to the above contribution docs on this 'Beginners Guide to the COSIMA Cookbook' page? I find it confusing that we have these 2 sets of different documentation pages.

Also, I find it quite confusing that the 'Beginners Guide to the COSIMA Cookbook' is at cosima-cookbook/wiki, not the cosima-recipes/wiki, because the most useful thing there is instructions on how to get the recipes working. Maybe that will get fixed if we go through with renaming this repository?

@navidcy
Copy link
Collaborator

navidcy commented Jul 10, 2024

Let’s bring the wiki in this repo!

@navidcy
Copy link
Collaborator

navidcy commented Jul 10, 2024

Thanks @julia-neme for opening this! Already it paved the way for @adele-morrison to express her confusion. I'm happy to hear more points of confusion from everyone so we resolve them!

@navidcy
Copy link
Collaborator

navidcy commented Jul 10, 2024

Sidenote: It's not related with this issue but I think renaming the repo will create huge issues... For example, consider all the posts in the forum linking to issues in this repo being broken.... I'll open another issue to discuss this and will put my reservations there.

@adele-morrison
Copy link
Collaborator

I'm not sure I feel super strongly either way on the renaming the repo topic, but just to note (from here):

When you rename a repository, all existing information, with the exception of project site URLs, is automatically redirected to the new name, including:

  • Issues
  • Wikis
  • Stars
  • Followers

@navidcy
Copy link
Collaborator

navidcy commented Jul 10, 2024

It’s unrelated to this issue

I'm not sure I feel super strongly either way on the renaming the repo topic, but just to note (from here):

When you rename a repository, all existing information, with the exception of project site URLs, is automatically redirected to the new name, including:

  • Issues
  • Wikis
  • Stars
  • Followers

Yes. But we are proposing to rename it to a name that already is a different repository!

@navidcy
Copy link
Collaborator

navidcy commented Jul 10, 2024

Btw, the Beginners Guide to the COSIMA Cookbook will become deprecated with the ACCESS Intake. So let's not put too much effort in it....?

@navidcy
Copy link
Collaborator

navidcy commented Jul 11, 2024

I stumbled upon this excellent blogpost on reviewing code. Should we add a url somewhere?

https://www.alexandra-hill.com/2018/06/25/the-art-of-giving-and-receiving-code-reviews/

@navidcy
Copy link
Collaborator

navidcy commented Jul 11, 2024

Here’s a youtube video of the blog above!

https://youtu.be/XY6eA2_2hOg?si=CDyUJ-FOqwo0JzxL

@lidefi87
Copy link
Collaborator

Do you think making short videos will make things clearer? I am thinking maybe making 2-3 minute videos showing how to do the basics will make following instructions easier.

Also, is there a way to pin these resources in the ACCESS-NRI forum? I am thinking just a post with useful links, nothing too complicated, but that would hopefully point people in the right direction.

@lidefi87
Copy link
Collaborator

Also, I think it is a good idea to include the resources you shared @navidcy

@julia-neme
Copy link
Collaborator Author

I have done a first draft of a wiki, where you can find (or I hope you can) all the steps to start contributing and reviewing using gadi/git/github. I've linked to github tutorials in some places, and wrote the steps I have used in others.

This is probably riddled with mistakes/not-best-practices. I would really appreciate people that are github savvy and total newbies to try some/all steps and edit where you see fit.

I think we should choose between having a wiki or a readthedocs.io, not have both. Having just one is cleaner and avoids redundancy. I am partial to the wiki because I find it more intuitive to find, but the wiki is also really easy to copy into the readthedocs.io if that's what people want! I would add a page with tips for good recipes/best practices with the stuff that's in readthedocs.io and what @navidcy talked about in the hackathon.

@navidcy
Copy link
Collaborator

navidcy commented Jul 22, 2024

Let's add a link to the repo's wiki in the README and in the readthedocs.io?

@adele-morrison
Copy link
Collaborator

I vote for the wiki and delete/shift over the readthedocs.io page. That way everything is at the same github repo link.

@navidcy
Copy link
Collaborator

navidcy commented Jul 22, 2024

So you suggest we move the wiki stuff in the readthedocs.io page?

@adele-morrison
Copy link
Collaborator

No, I suggest moving the info from readthedocs.io to the github wiki page. Then delete the readthedocs. Though maybe there is some good reason to have it there that I don't know about?

@navidcy
Copy link
Collaborator

navidcy commented Jul 22, 2024

Gotcha. I think everything (related instructions, cloning, contributions, PR reviewing etc) in the wiki would work!

@navidcy
Copy link
Collaborator

navidcy commented Jul 22, 2024

Btw I opened COSIMA/cosima-cookbook#343 which is related.

@anton-seaice
Copy link
Collaborator

I don't have a view either way but one difference between a wiki and readthedocs is how they are authored.

A wiki can typically be edited, without review, by anyone with write access to the repository. For new and occasional contributors this may prevent them being able to make changes. (Although the access permissions can be changed, you can allow edits from anyone)

Readthedocs is within the repository, so changes are made by pull request and therefore require review also. Anyone can submit a pull request (and they don't need write access).

@navidcy
Copy link
Collaborator

navidcy commented Jul 22, 2024

I do prefer the readdocs place for things to be (for the reasons @anton-seaice mentioned!).

But, more importantly, I think it's good to have everything in one place! And that we actually have the information written down!

People are generally very reluctant in opening PRs and contributing, so when someone said "I'll make a wiki.." I was so excited that I didn't wanna add extra layers of complications.

So I suggest we gather everything in the cosima-recipe's wiki now, since after @julia-neme's attempt it's mostly there. Afterwards it would be very easy to move everything in the readdocs if we wanted to.

@lidefi87
Copy link
Collaborator

The wiki looks great @julia-neme 😀

@julia-neme
Copy link
Collaborator Author

It seems easy to transfer from one place to another! Why don't we keep editing in the wiki until more or less satisfied and then we decided? In my mind there seem to be two other things to include:

@navidcy
Copy link
Collaborator

navidcy commented Jul 29, 2024

@julia-neme is there anything else from the COSIMA-Cookbook Wiki that needs to come over or should we go ahead and delete that one and replace it with a link to this repo's wiki?

@julia-neme
Copy link
Collaborator Author

I think the wiki is done except for a new FAQ page. I don't think there is anything missing from the cookbook wiki. Please look at the FAQs and edit away. Or just delete the page if its not useful.

What should we do now?

  • Option 1: put the wiki into readthedocs.io
  • Option 2: do a couple of new pages in the wiki with tips on contributing etc.

@julia-neme
Copy link
Collaborator Author

What do people think? Move wiki to readthedocs or move readthedocs to the wiki? @navidcy @adele-morrison @edoddridge @lidefi87 and others?

@adele-morrison
Copy link
Collaborator

I prefer the wiki, because then everything is at the same weblink, and it's easy to navigate back to the code. But I can see the benefit of requiring review on readthedocs if others prefer that.

@navidcy
Copy link
Collaborator

navidcy commented Aug 5, 2024

What do you mean "everything is at the same weblink"?

@adele-morrison
Copy link
Collaborator

Wiki is at https://github.com/COSIMA/cosima-recipes/wiki, which has a 'Code' link in the top bar to take you back directly to the recipes.

Readthedocs is at https://cosima-recipes.readthedocs.io/en/latest/. I always find it tricky to navigate from there back to https://github.com/COSIMA/cosima-recipes.

@navidcy
Copy link
Collaborator

navidcy commented Aug 5, 2024

we can always fix that! the trick is to voice that you'd like that (as you did now!) :)

@edoddridge
Copy link
Collaborator

Perhaps unhelpfully, I would prefer it be part of read the docs. That way, all the user facing information is on the same site.
It's a fair point though @adele-morrison. Would including a link back to GH on the main page be sufficient?

@navidcy
Copy link
Collaborator

navidcy commented Aug 5, 2024

It should be easy to include a link back to the GitHub repo. We should do that regardless what we decide on where to put the info.

@angus-g could we have a link to the main repo that is always visible (regardless what page of the readthedocs you are) in the readthedocs?

@julia-neme
Copy link
Collaborator Author

Perhaps unhelpfully, I would prefer it be part of read the docs. That way, all the user facing information is on the same site. It's a fair point though @adele-morrison. Would including a link back to GH on the main page be sufficient?

I think the idea here is to move everything to the wiki, or everything to readthedocs. Everything would be on the same site, but the question is which one hehe.

I think I'm with Adele in that readthedocs takes you to a website separate from the repository, and the wiki makes everything be in the same place. which I personally find tidier and easier to navigate.

But then, if we really want changes to the documentation to be reviewed, it must be in the readthedocs. I don't think many people want to/are actively editing the documentation, so not sure how much of an issue that is - but perhaps for the sakes of control as cosima grows it will be needed.

@navidcy
Copy link
Collaborator

navidcy commented Aug 5, 2024

Yes, I think forward thinking would urge us to move things in the readthedocs.

I agree w @edoddridge on this.

And @adele-morrison and @julia-neme's reservations regarding navigating back and forth can be alleviated. It's just a click away... We can add the link if it helps people of course now that we know!

@angus-g
Copy link
Contributor

angus-g commented Aug 5, 2024

@angus-g could we have a link to the main repo that is always visible (regardless what page of the readthedocs you are) in the readthedocs?

Addressed in #439

@lidefi87
Copy link
Collaborator

lidefi87 commented Aug 6, 2024

Sorry everyone. I was away sick. This is looking really great and I agree that it may be best to keep everything in a single site, and the website seems to be the best place since we have some control over who edits it. But I do agree with Adele and Julia when they say that this may not be the most intuitive place as people are likely going to look for this information in GitHub.

@navidcy
Copy link
Collaborator

navidcy commented Aug 6, 2024

But I do agree with Adele and Julia when they say that this may not be the most intuitive place as people are likely going to look for this information in GitHub.

readthedocs is "in GitHub" for my books... it's just a nicer interface

how about now that we added the link to the repo?

@lidefi87
Copy link
Collaborator

lidefi87 commented Aug 6, 2024

I like it 😊 I think it should be easy to find. I quite like the guide, it was a great effort

@navidcy
Copy link
Collaborator

navidcy commented Aug 6, 2024

I suggest:

  • a PR that modifies the README to point to the wiki where needed
  • then close this issue since the Documentation is collated now all in one spot (mostly)!
  • then a new PR that moves all the info within the readthedocs + some restructuring of sections (where needed)

What do you feel about this plan moving forward?

@julia-neme
Copy link
Collaborator Author

OK to me :) I can't get to it this week, but will next one!

@hrsdawson
Copy link
Collaborator

Sorry everyone. I was away sick. This is looking really great and I agree that it may be best to keep everything in a single site, and the website seems to be the best place since we have some control over who edits it. But I do agree with Adele and Julia when they say that this may not be the most intuitive place as people are likely going to look for this information in GitHub.

I don't know if it's too late to comment on this, but I'm going to confess that I wasn't really aware there was a readthedocs (🤦‍♀️). I've only ever gone to the wiki before. Now that I'm aware of it, I can easily navigate to it, but perhaps making the link more explicit/noticeable (if that's where the info is going) would be useful for others like me.

@navidcy
Copy link
Collaborator

navidcy commented Aug 7, 2024

We'll make sure the existence of it is available!

How were you navigating through the recipes if not via the readthedocs? Do you open the .ipynb files via GitHub's viewer? You are missing this nice view!

@hrsdawson
Copy link
Collaborator

How were you navigating through the recipes if not via the readthedocs? Do you open the .ipynb files via GitHub's viewer? You are missing this nice view!

Yep, that's exactly how haha.

@navidcy
Copy link
Collaborator

navidcy commented Aug 7, 2024

It's a bright day today then!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants