A comprehensive 4D-PET analysis software suite.
In the top-level directory (where pyproject.toml exists), we run the following command in the terminal:
pip install . # Installs the packageTo generate the documentation in HTML using sphinx, assuming we are in the docs/ directory and that sphinx is
installed:
make clean
make html Then, open doc/build/html/index.html using any browser or your IDE.