lucascoelhof / ros2_documentation

ROS 2 docs repository

Home Page:https://index.ros.org/doc/ros2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROS Documentation

This is the ROS 2 documentation site.

Project structure

Under /source are the source files for the site. In the root directory are the files required to locally build the site for testing.

Build the site locally

Prerequisites

You must have sphinx and the sphinx-tabs extension installed, preferably using pip:

pip3 install sphinx sphinx-tabs

For other distributions please refer to http://www.sphinx-doc.org/en/master/usage/installation.html

Build the site

To build the site just execute:

make html

The site will be generated in the build/html directory. The main page is index.html

About

ROS 2 docs repository

https://index.ros.org/doc/ros2/

License:Creative Commons Attribution 4.0 International


Languages

Language:Python 98.3%Language:Makefile 1.7%