Skip to content

Commit a47beb6

Browse files
committed
docs: update
1 parent 4cd4647 commit a47beb6

8 files changed

Lines changed: 2714 additions & 176 deletions

File tree

docs/source/api.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ API
88
:template: custom-module-template.rst
99
:recursive:
1010

11-
datasets
11+
data
12+
features
1213
layers
1314
models
15+
losses
1416
trainer
17+
tasks

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,12 @@ def setup(app: Sphinx):
161161

162162
html_sidebars = {
163163
"index": [],
164-
"quick-start": [],
164+
"installation": [],
165165
"tutorials": [],
166166
"models": [],
167167
"tricks": [],
168-
"CHANGELOG": [],
168+
"feature_engineering": [],
169+
"faq": [],
169170
}
170171

171172

0 commit comments

Comments
 (0)