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.
You can find the installation instructions in the 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.
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.