Docker image to support PDF building of the open-source Python Packages book.
If you'd like develop and build the Python Packages book to PDF:
- Install Docker.
- Pull the
pypkgs/bookdownimages:docker pull pypkgs/bookdown. - Clone the py-pkgs repository from GitHub:
git clone https://github.com/py-pkgs/py-pkgs.git. - Make any desired changes to source files.
- Build the book using the
build_bookdown.shscript.
$ cd py-pkgs
$ sh build_bookdown.shA fully-rendered PDF version of the book will be built in py-pkgs/bookdown/_book/.