open source driving agent
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adeeb Shihadeh c51f37f63e docs: start roadmap 1 year ago
..
assets
docs docs: start roadmap 1 year ago
.gitignore
BOUNTIES.md
CARS.md Chrysler Pacifica Hybrid: combine 2017 and 2018 (#32937) 1 year ago
CONTRIBUTING.md
INTEGRATION.md
LIMITATIONS.md
README.md
SAFETY.md
WORKFLOW.md
mkdocs.yml docs: style for external links 1 year ago

README.md

openpilot docs

This is the source for docs.comma.ai. The site is updated on pushes to master by this workflow.

development

# install the docs dependencies
pip install .[docs]

cd docs/

# for a development server
mkdocs serve

# build the site
mkdocs build

References: