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.
O'Reilly 大方地表示,我们将能够以 CC 许可证 发布本书。
与此同时,我们热情欢迎有关拉取请求、错别字修正以及更深入的反馈与建议。
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