carpentries-incubator / julia-novice

A lesson exploring the Julia language
https://carpentries-incubator.github.io/julia-novice
Other
16 stars 23 forks source link

Add conclusion? #54

Closed gus-pendleton closed 1 year ago

gus-pendleton commented 1 year ago

Would it be helpful to add a conclusion, summarizing the key points of the lesson and pointing out Julia community resources (Discourse, Slack, etc.) and domain-specific Julia projects (e.g. BioJulia)? I'm imagining this more for users who are working through this lesson alone online, as opposed to in-class with instructors. I'd be happy to take this on if people think it's worthwhile.

kescobo commented 1 year ago

That sounds like a great idea to me!

gus-pendleton commented 1 year ago

Okay, done! I want to make sure I do this correctly - should I only edit the Literate .jl files and commit those changes, or should I run the generate script and commit all of the output as well?

BeastyBlacksmith commented 1 year ago

The generate script will be automatically run when the PR gets merged. But you light want to look at the generated files beforehand

BeastyBlacksmith commented 1 year ago

done in https://github.com/carpentries-incubator/julia-novice/pull/58