tier4 / caret_doc

Documents and materials for CARET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caret_doc

document is published at https://tier4.github.io/caret_doc/

How to browse CARET document on your local machine

When you edit the pages on your local machine, you want to browse the generated pages on the machine. Try the following commands if you want to do so.

# clone and enter the repository
git clone https://github.com/tier4/caret_doc.git
cd caret_doc


# install required packages to build the pages
pip3 install -r deploy-docs/mkdocs-requirements.txt

# launch server to browse the pages
mkdocs serve

About

Documents and materials for CARET

License:Apache License 2.0