3 Commits

Author SHA1 Message Date
947cc808c2 initial chapter 2: crates
* move old chapter 2 (examples) to be named chapter 9
* create sub-chapters for all existing crates (v0.3.1-alpha4)

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-10-08 19:23:19 +02:00
a96bb05eac initial source markdown files
* SUMMARY.md: The book structure
* title-page.md
* forword.md
* ch00-*: Introduction
* ch01-*: Getting started
* ch02-*: OrbTK examples
* appendix-*: Appendix and external references
* img/ferries: referenced rust svg images

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-10-04 22:38:13 +02:00
88233508fe initial commit: The OrbTK book source tree
All files have a strong relation to the book sources of the
rust-lang project itself. This may help to lower the burden
for intrested people to get involved in OrbTK as well as
reuse workflow habits.

* LICENSE-MIT: The projekt licensing terms
* README.md: Github frontpage
* CONTIRBUTING.md: Advises on howto help improving the book
* style-guide.md: Advises on howto improve the readability of
  generated prose and code.
* tools: layout helper scripts and rust-code
* ci: continius integration helper scripts
* .gitattributes: set git default behaviours
* .gitignore: keep source tree sane
* Cargo.toml: package dependencies
* rustfmt.toml: formatting rules for rust code
* book.toml: mdBook dependencies

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-10-04 16:01:05 +02:00