notebooks
notebooks copied to clipboard
Make master readme automatically, listing all the workshops stored in the repo
This could be done with a Makefile that
- fetches the upstream
- parses the branches
- inserts the correctly-formatted hyperlinks into a unique
workshops.mdfile - concatenates the readme together
cat a.md workshops.md b.md > README.md