Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 851 Bytes

ReadMe.md

File metadata and controls

39 lines (27 loc) · 851 Bytes
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