Skip to content

Commit 4c78630

Browse files
committed
Small fixes for documentation
1 parent 742878d commit 4c78630

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,18 +152,20 @@ tracklab 'data_dir=${project_dir}/data' 'model_dir=${project_dir}/models' module
152152
it in a command, make sure to use single quotes (') as they would otherwise be seen as
153153
environment variables.
154154

155+
156+
#### 📝 Configuration Options
155157
To find all the (many) configuration options you have, use :
156158
```bash
157159
tracklab --help
158160
```
159161

160-
The first section contains the configuration groups, while the second section
162+
The first section contains the configuration groups with all the available `models`/`datasets`/`visualizations`/..., while the second section
161163
shows all the possible options you can modify.
162164

163165

164166
## 🔍 Framework Overview
165167
### Hydra Configuration
166-
TODO: Describe TrackLab + Hydra configuration system.
168+
👷‍♂️ TODO: Describe TrackLab + Hydra configuration system.
167169

168170
### Architecture
169171
Here is an overview of the important TrackLab classes:

0 commit comments

Comments
 (0)