PEPs in EPUB format
This is a unofficial repository where I stock all valid PEPs in the EPUB format.
Repository Cloning
git clone --recursive [email protected]:BoboTiG/pep-epub.git
Conversion
To convert original files, you will need pandoc
.
Just execute this script (it will convert or update existant files):
bash script.sh [--all]
If the --all
argument is passed, all PEPs will be updated, not just only ones updated since the last check.