Skip to content

Commit

Permalink
docs: add basic contents to table of contetns (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 authored and guolinke committed May 4, 2017
1 parent ca30b8c commit 2a64bfe
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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`.

Expand Down
2 changes: 2 additions & 0 deletions docs/Parameters-tuning.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Parameters Tuning

This is a page contains all parameters in LightGBM.

***List of other Helpful Links***
Expand Down
2 changes: 2 additions & 0 deletions docs/Parameters.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Parameters

This is a page contains all parameters in LightGBM.

***List of other Helpful Links***
Expand Down
2 changes: 2 additions & 0 deletions docs/Python-API.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Python API Reference

## Catalog

* [Data Structure API](Python-API.md#basic-data-structure-api)
Expand Down
2 changes: 2 additions & 0 deletions docs/Quick-Start.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Quick Start

This is a quick start guide for LightGBM of cli version.

Follow the [Installation Guide](./Installation-Guide.md) to install LightGBM first.
Expand Down
15 changes: 13 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==================
Expand Down

0 comments on commit 2a64bfe

Please sign in to comment.