pysal / notebooks

jupyter/ipython notebooks demonstrating PySAL functionality
54 stars 38 forks source link

Make master readme automatically, listing all the workshops stored in the repo #41

Open ljwolf opened 6 years ago

ljwolf commented 6 years ago

This could be done with a Makefile that

  1. fetches the upstream
  2. parses the branches
  3. inserts the correctly-formatted hyperlinks into a unique workshops.md file
  4. concatenates the readme together cat a.md workshops.md b.md > README.md