RaspberryPiFoundation / lesson_format

Lesson formatter
17 stars 28 forks source link

Ability to rebuild a single lesson #77

Closed andylolz closed 5 months ago

andylolz commented 9 years ago

To generate PDFs currently, it’s necessary to run python build.py --pdf ... and rebuild a whole projects website (ok, so you can just build one curriculum, but that is still a lot of stuff). It would be useful instead to pinpoint a single lesson for rebuild.

This would also be a step towards making build.py less monolithic and instead a bit more modular.