Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
d2a6eb0e
Commit
d2a6eb0e
authored
May 05, 2017
by
Tsukasa OMOTO
Committed by
Guolin Ke
May 05, 2017
Browse files
docs: build python docs from source files (#491)
parent
beb5fc5e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
71 additions
and
4 deletions
+71
-4
docs/conf.py
docs/conf.py
+3
-3
docs/index.rst
docs/index.rst
+1
-1
docs/python/lightgbm.rst
docs/python/lightgbm.rst
+67
-0
No files found.
docs/conf.py
View file @
d2a6eb0e
...
@@ -17,9 +17,9 @@
...
@@ -17,9 +17,9 @@
# add these directories to sys.path here. If the directory is relative to the
# 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.
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
#
#
import os
import
os
#
import sys
import
sys
#
sys.path.insert(0, os.path.abspath('.'))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'.
./python-package
'
))
from
recommonmark.parser
import
CommonMarkParser
from
recommonmark.parser
import
CommonMarkParser
from
recommonmark.transform
import
AutoStructify
from
recommonmark.transform
import
AutoStructify
...
...
docs/index.rst
View file @
d2a6eb0e
...
@@ -17,7 +17,7 @@ Welcome to LightGBM's documentation!
...
@@ -17,7 +17,7 @@ Welcome to LightGBM's documentation!
Experiments <https://github.com/Microsoft/LightGBM/wiki/Experiments>
Experiments <https://github.com/Microsoft/LightGBM/wiki/Experiments>
Parameters <Parameters>
Parameters <Parameters>
Parameters Tuning <Parameters-tuning>
Parameters Tuning <Parameters-tuning>
Python API Reference <
P
ython
-API
>
Python API Reference <
p
ython
/lightgbm
>
Parallel Learning Guide <https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide>
Parallel Learning Guide <https://github.com/Microsoft/LightGBM/wiki/Parallel-Learning-Guide>
GPU Tutorial <GPU-Tutorial>
GPU Tutorial <GPU-Tutorial>
FAQ <FAQ>
FAQ <FAQ>
...
...
docs/python/lightgbm.rst
0 → 100644
View file @
d2a6eb0e
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:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment