MYNT® EYE S SDK Guide is the documentation about how to install and start using the SDK.
All doc releases are here. Besides, you could build the doc according to the following content.
sudo pip install -r requirements.txt
make html
# Linux
xdg-open _build/html/index.html
# MacOS
open _build/html/index.html
# Windows
start _build/html/index.html
make latexpdf
# Linux
xdg-open _build/latex/mynt-eye-sdk-guide.pdf
# MacOS
open _build/latex/mynt-eye-sdk-guide.pdf
# Windows
start _build/latex/mynt-eye-sdk-guide.pdf
# Extract document’s translatable messages into pot files
make gettext
# Setup/Update your locale_dir
sphinx-intl update -p _build/gettext -l en
# Translate your po files under ./locale/<lang>/LC_MESSAGES/
# Build mo files and make translated document
sphinx-intl build
# Linux, MacOS
make -e SPHINXOPTS="-D language='en'" html
# Windows
set SPHINXOPTS=-D language=en & make.bat html
# Linux, MacOS
make -e SPHINXOPTS="-D language='en'" latexpdf
# Windows
set SPHINXOPTS=-D language=en & make.bat latexpdf
国内镜像:码云。
This project is licensed under the Apache License, Version 2.0. Copyright 2018 Slightech Co., Ltd.