Documentation ============= The documentation for GPBoost is generated using `Sphinx `__ and `Breathe `__, which works on top of `Doxygen `__ output. The list of all tree-boosting related parameters and their description in `Parameters.rst <./Parameters.rst>`__ is generated automatically from comments in the `config file `__ by `this script `__. After each commit on ``master``, the documentation is updated and published to `Read the Docs `__. Build ----- You can build the documentation locally. Just install Doxygen and run in ``docs`` folder .. code:: sh pip install -r requirements.txt make html