Commit 7ed1ed3e authored by Nikita Titov's avatar Nikita Titov Committed by Guolin Ke
Browse files

[docs] refined title RTD page and renamed js file (#1539)

* added definition of LightGBM to ReadTheDocs main page

* bold LightGBM

* Rename rst_links_fix.js to script.js

* fix js name in config
parent 04e2356b
...@@ -132,4 +132,4 @@ htmlhelp_basename = 'LightGBMdoc' ...@@ -132,4 +132,4 @@ htmlhelp_basename = 'LightGBMdoc'
def setup(app): def setup(app):
app.add_javascript("js/rst_links_fix.js") app.add_javascript("js/script.js")
...@@ -6,6 +6,16 @@ ...@@ -6,6 +6,16 @@
Welcome to LightGBM's documentation! Welcome to LightGBM's documentation!
==================================== ====================================
**LightGBM** is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient with the following advantages:
- Faster training speed and higher efficiency
- Lower memory usage
- Better accuracy
- Parallel and GPU learning supported
- Capable of handling large-scale data
For more details, please refer to `Features <./Features.rst>`__.
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
:caption: Contents: :caption: Contents:
......
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