зеркало из https://github.com/microsoft/LightGBM.git
9323758696
* fixed typo * fixed render of default value of metric param * fixed typos |
||
---|---|---|
.. | ||
_static | ||
.linkcheckerrc | ||
Advanced-Topics.rst | ||
Development-Guide.rst | ||
Experiments.rst | ||
FAQ.rst | ||
Features.rst | ||
GPU-Performance.rst | ||
GPU-Targets.rst | ||
GPU-Tutorial.rst | ||
GPU-Windows.rst | ||
Installation-Guide.rst | ||
Key-Events.md | ||
Makefile | ||
Parallel-Learning-Guide.rst | ||
Parameters-Tuning.rst | ||
Parameters.rst | ||
Python-API.rst | ||
Python-Intro.rst | ||
Quick-Start.rst | ||
README.rst | ||
conf.py | ||
gcc-Tips.rst | ||
index.rst | ||
make.bat |
README.rst
Documentation ============= Documentation for LightGBM is generated using `Sphinx <http://www.sphinx-doc.org/>`__. After each commit on ``master``, documentation is updated and published to `Read the Docs <https://lightgbm.readthedocs.io/>`__. Build ----- You can build the documentation locally. Just run in ``docs`` folder for Python 3.x: .. code:: sh pip install sphinx sphinx_rtd_theme make html for Python 2.x: .. code:: sh pip install mock sphinx sphinx_rtd_theme make html