Skip to content

Files

Latest commit

1ef5f63 · Jan 2, 2022

History

History
This branch is 1310 commits behind MRPT/mrpt:develop.

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 3, 2016
Jun 5, 2021
Jan 2, 2022
Mar 4, 2019
Jan 2, 2022
Jan 2, 2022
Apr 28, 2021
Jan 2, 2022
Sep 26, 2021
Sep 26, 2021
Aug 5, 2020
Jul 21, 2020
Oct 25, 2019
May 3, 2020
May 3, 2020
Dec 9, 2021
Nov 15, 2021
Mar 27, 2020

Root directory for MRPT Sphinx documentation.

Dependencies

# Install virtualenv:
sudo apt install virtualenv

Install doxyrest: instructions.

# Dependencies for doxyrest_b
sudo apt install liblua5.2-dev libexpat-dev ragel

How to generate docs

From the MRPT source tree:

cd docs
make

It will create the Python virtualenv for you on its first call.

You may need to either modify PATH and PYTHONPATH in your env, or edit the hard-coded paths in mrpt/docs/Makefile