_toc.yml.in 1.08 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Variables of the form ${<variable>} are substituted, currently the following
# list is supported:
#   - ${branch} (or {branch}) the name of the current branch
#   - ${url} (or {url}) github url of the current project
#   - ${project:<project_name>} base url of the documentation of <project_name>
#     based on intersphinx_mapping.
# These comments will also be removed.
defaults:
  numbered: False
  maxdepth: 6
root: index
subtrees:
  - caption: Install
    entries:
      - file: install/install.rst
        title: Install with pip
      - file: install/build-from-source.rst
        title: Build from source
  - caption: Reference
    entries:
      - url: https://lightgbm.readthedocs.io/en/v4.6.0/Python-Intro.html
        title: Python quick start (upstream)
      - url: https://lightgbm.readthedocs.io/en/v4.6.0/Python-API.html
        title: Python API (upstream)
  - caption: Tutorial
    entries:
      - url: https://github.com/ROCm/rocm-finance/tree/${branch}/examples/lightgbm
        title: Examples
  - caption: About
    entries:
      - file: about/license.rst
        title: License