README.md 532 Bytes
Newer Older
1
# Documentation
2

3
Documentation for LightGBM is generated using [Sphinx](http://www.sphinx-doc.org/) and [recommonmark](https://recommonmark.readthedocs.io/).
4

5
After each commit on `master`, documentation is updated and published to https://lightgbm.readthedocs.io/
6
7
8
9
10
11
12
13
14
15

## Build

You can build the documentation locally. Just run:

```sh
pip install -r requirements.txt
make html
```

16
## Wiki
17

18
In addition to our documentation hosted on Read the Docs, some additional topics are explained at https://github.com/Microsoft/LightGBM/wiki.