Learn X in Y minutes - PDF
(Updated 27/8/16) Learn X in Y minutes as PDF. Source = https://github.com/adambard/learnxinyminutes-docs
Preview
Download
- Downloads are hosted on GitHub Releases
- learnxinyminutes.pdf is the all-in-one PDF.
- The individual PDF files can be found as release attachments.
- If you want a zip of all individual PDF's, then download learnxinyminutes_all.zip.
Limitations
learnxinyminutes.pdf
doesn't include 2 languages; latex and markdown. This is because they caused conflicts while building the pdf (you can guess why). If needed, you can always download their individual pdf's from the release attachments.
Build Requirements
- Python 3
- Pandoc
- Latex
Build Instructions
- Run
genpdf.py
. It generates the all-in-one pdf and the parsed markdown files. - Run
_genpdf.sh
. It generates the individual pdf-s. Note that this takes the generated files from Python script (in _temp directory) as the input. - To update on GitHub, first create a new release from the web UI. Then run
upload-releases.py
.