Skip to content

LIBRA-project/libra-toolbox

Repository files navigation

libra-toolbox

libra-toolbox is a Python package developed by the LIBRA team for neutron detection and tritium analysis. This toolbox provides various modules and functionalities to facilitate scientific research and data analysis for tritium breeding experiments.

Installation

You can find the installation instructions in the documentation.

Documentation

The documentation for libra-toolbox is built using Sphinx and is available online. To build the documentation locally, you can use the provided Makefile or make.bat script.

Building Documentation

To build the documentation, navigate to the docs directory and run:

make html

or on Windows:

make.bat html

The generated documentation will be available in the docs/_build/html directory.