Skip to content

Commit 4949f64

Browse files
authored
docs: refine structure
1 parent 3bc2536 commit 4949f64

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ theme:
3030

3131
nav:
3232
- Getting started: index.md
33-
- Metrics: metrics.md
3433
- API Reference: api.md
34+
- Metrics: metrics.md
3535
- Examples: examples.md
3636

3737
plugins:
@@ -42,6 +42,7 @@ plugins:
4242
options:
4343
show_root_toc_entry: false
4444
show_root_heading: true
45+
show_bases: false
4546
show_docstring: true
4647
show_source: false
4748
show_signature: true

mostlyai/qa/report.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ def report(
9090
Limit the compute time used by setting `max_sample_size_accuracy` and `max_sample_size_embeddings`.
9191
9292
Args:
93-
syn_tgt_data: Synthetic samples
94-
trn_tgt_data: Training samples
95-
hol_tgt_data: Holdout samples
93+
syn_tgt_data: Synthetic (target) samples
94+
trn_tgt_data: Training (target) samples
95+
hol_tgt_data: Holdout (target) samples
9696
syn_ctx_data: Synthetic context samples
9797
trn_ctx_data: Training context samples
9898
hol_ctx_data: Holdout context samples

0 commit comments

Comments
 (0)