Where are the lessons?
Closed this issue · 2 comments
Hi @karawoo !
I'm teaching a git lesson at the Data Carpentry event here in portland, and i wanted to start by merging the we lesson you and Karl taught in Pullman. I know that this repo creates the github pages, and i'm just having a little trouble finding where the lesson is. I remember you had slides that rendered in the browser? If you could just help orient me, i can work from there.
Thanks!
I realized the lessons are in their own repo. Do not let me know if you made slides for them, of how you went about modifying them, but i'll close.
There's a Makefile
in the syllabus
directory that converts the .Rmd
and .md
files into html.
I think you type make preview
. You may need to install a bunch of python modules.
Inside the slides
subdirectory, there's another Makefile
that uses a ruby script, grab_challenges.rb
, to pull out the challenges from the .Rmd
and .md
files and put them into html-based slides. It's quite rough.