Re: Building a PDF from Byte-of-Python

2017-05-24 Thread ElChino
Dennis Lee Bieber wrote: As for creating a PDF -- that is described in the about.md file (it uses "gitbook") Thanks. Tried Gitbook after downloading it. Yuk! But I had some success using "sphinx-quickstart --batchfile" and tweaking the generated source/conf.py file and a hand-generated

Building a PDF from Byte-of-Python

2017-05-23 Thread ElChino
I'd like to know how to create a 'Byte-of-Python.PDF' from the *.md sources at: https://github.com/swaroopch/byte-of-python I'm not sure how to do this since that page doesn't mention it AFAICS. Is 'sphinx-build' the way to do it? If so, how? -- https://mail.python.org/mailman/listinfo/python-