brianlmerritt / create3_docs

Documentation for the iRobot® Create®3 Educational Robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create3_docs

This repository contains the source code for the iRobot® Create® 3 Educational Robot documentation. The automatically generated website can be viewed at https://iroboteducation.github.io/create3_docs/

Build the docs locally

Install required dependencies:

pip3 install mkdocs
pip3 install mkdocs-material
pip3 install -r requirements.txt

Optionally, if you desire to generate images of STL models dynamically install:

pip3 install -r model_image_generation.txt

Build the documentation locally:

mkdocs serve

Open http://127.0.0.1:8000/ in a browser to visualize the docs.

Updating the docs

After commits are pushed to the main branch a new build of the website will automatically start.

About

Documentation for the iRobot® Create®3 Educational Robot

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 92.6%Language:HTML 7.4%