Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Read SimREC Documentation

The latest documentation built from this directory is available at simrec.readthedocs.io.

Build SimREC Documentation

  1. Install LiBai according to Installation.
  2. Install additional libraries and run make html for building the docs:
cd ${libai-path}/docs
pip install -r requirements.txt --user
make html