Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 851 Bytes

File metadata and controls

39 lines (27 loc) · 851 Bytes
title ICOtronic Documentation
author MyTooliT
github-repo MyTooliT/Documentation
description 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 git@github.com: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