Files
PythonRobotics/docs
dependabot[bot] cc30a6bbe9 Bump ipython from 7.31.0 to 8.0.0 (#627)
Bumps [ipython](https://github.com/ipython/ipython) from 7.31.0 to 8.0.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.31.0...8.0.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-18 19:34:13 +09:00
..
2021-11-25 23:05:25 +09:00
2021-11-21 22:39:18 +09:00
2018-09-15 15:04:02 +02:00
2018-09-15 15:04:02 +02:00
2021-11-25 23:05:25 +09:00

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/