title | author | github-repo | description |
---|---|---|---|
ICOtronic Documentation |
MyTooliT |
MyTooliT/Documentation |
Documentation for the ICOTronic system: https://www.mytoolit.com/ICOtronic |
This repository collects various documentation for the ICOtronic system.
You can access this repository and its submodules using the following command:
git clone --recursive [email protected]:MyTooliT/Documentation.git
You can use bookdown to generate
- HTML,
- EPUB, and
versions of this documentation. To do that please use the following make commands:
# Generate HTML documentation
make html
# Generate PDF
make pdf
# Generate EPUB document
make epub