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 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
pip install -r requirements.txt
make html