Skip to content

quic-qrb-ros/quic-qrb-ros.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qualcomm QRB ROS Documentation

Read online documents

QRB ROS Documents: quic-qrb-ros.github.io

Build documents

Install sphinx and themes

sudo pip install sphinx sphinx-rtd-theme

Build and generate html

make html

Preview web page

cd build/html
python3 -m http.server

Then, in browser open http://your_host:8000 to preview..