Go to file
Nemo e158e9e827 Fix for new directory structure
- Fixes #14
2018-12-02 12:36:05 +05:30
.editorconfig Gets an epub generated 2017-02-18 12:50:09 +05:30
.envrc Use direnv to setup virtualenv 2017-08-02 15:50:07 +05:30
.gitignore Adds PDF file to gitignore 2018-11-10 19:34:54 +05:30
README.md Use direnv to setup virtualenv 2017-08-02 15:50:07 +05:30
bootstrap.sh Fix for new directory structure 2018-12-02 12:36:05 +05:30
cover.jpg Initial commit 2017-02-15 15:25:23 +05:30
generate.py Fix for new directory structure 2018-12-02 12:36:05 +05:30
requirements.txt Gets an epub generated 2017-02-18 12:50:09 +05:30

README.md

google-sre-ebook

Cover

Generates a EPUB for the Google SRE Book.

Original sources are downloaded from https://landing.google.com/sre/

Review and run the bootstrap.sh script to generate the EPUB.

Note: Currently relies on python2 and pip to install dependencies and does not setup a virtualenv. Please review the script and edit as per your needs. If you have direnv installed, it will set up the virtualenv for you after you run direnv allow.