Skip to content

Files

Latest commit

b9345da · May 7, 2022

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 25, 2021
May 7, 2022
Sep 15, 2018
Nov 25, 2021
May 7, 2022
May 7, 2022
May 7, 2022
Jan 6, 2022
May 7, 2022
Sep 15, 2018

README.md

Python Robotics Documentation

This folder contains documentation for the Python Robotics project.

Build the Documentation

Install Sphinx and Theme

pip install sphinx sphinx-autobuild sphinx-rtd-theme

Building the Docs

In the docs/ folder:

make html

if you want to building each time a file is changed:

sphinx-autobuild . _build/html

Check the generated doc

Open the index.html file under docs/_build/