Commit 2a64bfee authored by Tsukasa OMOTO's avatar Tsukasa OMOTO Committed by Guolin Ke
Browse files

docs: add basic contents to table of contetns (#490)

parent ca30b8cb
LightGBM FAQ
=======================
###Catalog
### Catalog
- [Python-package](FAQ.md#python-package)
###Python-package
### Python-package
- **Question 1**: I see error messages like this when install from github using `python setup.py install`.
......
# Parameters Tuning
This is a page contains all parameters in LightGBM.
***List of other Helpful Links***
......
# Parameters
This is a page contains all parameters in LightGBM.
***List of other Helpful Links***
......
# Python API Reference
## Catalog
* [Data Structure API](Python-API.md#basic-data-structure-api)
......
# Quick Start
This is a quick start guide for LightGBM of cli version.
Follow the [Installation Guide](./Installation-Guide.md) to install LightGBM first.
......
......@@ -7,10 +7,21 @@ Welcome to LightGBM's documentation!
====================================
.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Contents:
Installation Guide <https://github.com/Microsoft/LightGBM/wiki/Installation-Guide>
Quick Start <Quick-Start>
Python Quick Start <Python-intro>
Features <https://github.com/Microsoft/LightGBM/wiki/Features>
Experiments <https://github.com/Microsoft/LightGBM/wiki/Experiments>
Parameters <Parameters>
Parameters Tuning <Parameters-tuning>
Python API Reference <Python-API>
Parallel Learning Guide <https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide>
GPU Tutorial <GPU-Tutorial>
FAQ <FAQ>
Development Guide <development>
Indices and tables
==================
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment