mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 07:25:59 +00:00
| .. | ||
| imgs | ||
| acknowledgement.md | ||
| appendix.md | ||
| assignments.md | ||
| author.md | ||
| aws-batch.md | ||
| aws-get-started.md | ||
| closing.md | ||
| cloud.md | ||
| docker-system.md | ||
| handson-bashoutter.md | ||
| handson-ec2.md | ||
| handson-jupyter.md | ||
| handson-qabot.md | ||
| handson-serverless.md | ||
| introduction.md | ||
| license.md | ||
| main.md | ||
| README.md | ||
| scientific-computing.md | ||
| serverless.md | ||
| webserver.md | ||
The source of the main text is here, written with asciidoctor.
If you want to build the document from the source, follow these steps.
Install
Prerequisites:
rubybundler
Install ruby libraries:
bundle install --path vendor/bundle
Build the document
./generate.sh main.adoc
This will generate HTML and PDF documents in the directory named dist/.
Source structure
main.adoc: Main documentdist/: Output document (both HTML and PDF) will be generated hereimgs/: Put image files herefonts/,pdf-style/: Fonts and styles for PDF generation. Do not touch!XXX.adoc: One section per file