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.
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