A project to create a textbook for teaching Python 3 on Raspberry Pi 2B computers
Install sphinx:
pip3 install sphinx
Build a pdf (when inside root of this repository):
make latexpdf
To test python code:
make pythontest
The pdf will then be at build/latex/pythonbook.pdf
.