Book | Code |
---|---|
O'Reilly have generously said that we will be able to publish this book under a CC license, In the meantime, pull requests, typofixes, and more substantial feedback + suggestions are enthusiastically solicited.
Below is just instructions for me and bob really.
- asciidoctor
- Pygments (for syntax higlighting)
- asciidoctor-diagram (to render images from the text sources in
./images
)
gem install asciidoctor
python2 -m pip install --user pygments
gem install pygments.rb
gem install asciidoctor-diagram
make html # builds local .html versions of each chapter
make test # does a sanity-check of the code listings