carpentries-incubator / julia-novice

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

Add conclusion? #54

Closed gus-pendleton closed 10 months ago

gus-pendleton commented 10 months 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 10 months ago

That sounds like a great idea to me!

gus-pendleton commented 10 months 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 10 months 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 10 months ago

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