Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 650 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 650 Bytes

Documentation

This is the documentation for the MATLAB and Python version of the RAT project.

Build docs

The documentation should be built using the provided Sphinx make file. The reStructuredText source is in the source folder while the build will be placed in a build folder. The build requires a python executable and the python packages in the requirements.txt.

conda create -n RAT python=3.9
conda activate RAT
pip install -r requirements.txt

In the terminal with access to the python executable

make html