Skip to content

MyTooliT/Documentation

Repository files navigation

title author github-repo description
ICOtronic Documentation
MyTooliT
MyTooliT/Documentation
Documentation for the ICOTronic system: https://www.mytoolit.com/ICOtronic

Documentation

This repository collects various documentation for the ICOtronic system.

Download

You can access this repository and its submodules using the following command:

git clone --recursive [email protected]:MyTooliT/Documentation.git

Build

You can use bookdown to generate

  • HTML,
  • EPUB, and
  • PDF

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