"R-package/tests/vscode:/vscode.git/clone" did not exist on "d3832368d74c4e10ded1bf0cd62ec90509ba57b0"
Commit d2a6eb0e authored by Tsukasa OMOTO's avatar Tsukasa OMOTO Committed by Guolin Ke
Browse files

docs: build python docs from source files (#491)

parent beb5fc5e
......@@ -17,9 +17,9 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import os
import sys
sys.path.insert(0, os.path.abspath('../python-package'))
from recommonmark.parser import CommonMarkParser
from recommonmark.transform import AutoStructify
......
......@@ -17,7 +17,7 @@ Welcome to LightGBM's documentation!
Experiments <https://github.com/Microsoft/LightGBM/wiki/Experiments>
Parameters <Parameters>
Parameters Tuning <Parameters-tuning>
Python API Reference <Python-API>
Python API Reference <python/lightgbm>
Parallel Learning Guide <https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide>
GPU Tutorial <GPU-Tutorial>
FAQ <FAQ>
......
lightgbm package
================
lightgbm\.basic
---------------
.. automodule:: lightgbm.basic
:members:
:undoc-members:
:show-inheritance:
lightgbm\.callback
------------------
.. automodule:: lightgbm.callback
:members:
:undoc-members:
:show-inheritance:
lightgbm\.compat
----------------
.. automodule:: lightgbm.compat
:members:
:undoc-members:
:show-inheritance:
lightgbm\.engine
----------------
.. automodule:: lightgbm.engine
:members:
:undoc-members:
:show-inheritance:
lightgbm\.libpath
-----------------
.. automodule:: lightgbm.libpath
:members:
:undoc-members:
:show-inheritance:
lightgbm\.plotting
------------------
.. automodule:: lightgbm.plotting
:members:
:undoc-members:
:show-inheritance:
lightgbm\.sklearn
-----------------
.. automodule:: lightgbm.sklearn
:members:
:undoc-members:
:show-inheritance:
Module contents
---------------
.. automodule:: lightgbm
:members:
:undoc-members:
:show-inheritance:
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