Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 657 Bytes

CONTRIBUTE.md

File metadata and controls

25 lines (17 loc) · 657 Bytes

Chipsee Documents Center

This documentation repository contains all products marketing collateral (manuals, certifications, 3D files, brochures, white papers) and custom OS downloads related to the Chipsee products portfolio. The documentation hosts all hardware and software documents for customer.

Build documentation

Setup

Install the required packages:

$ pip install sphinx sphinx-rtd-theme

Change directory to the documentation's folder:

$ cd docs/

Generate HTML pages for the documentation:

Linux & Mac OS: make html

Windows OS: ./make.bat html

Note: You can view the HTML pages in build/html folder