Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@ GCS <tutorials/data_sources/load_from_gcs_tutorial>
Amazon S3 <tutorials/data_sources/load_from_s3_tutorial>
```

``` {toctree}
```{toctree}
:maxdepth: 1
:hidden:
:caption: Dataset
Basics <tutorials/dataset_basic_tutorial>
Advanced usage <tutorials/dataset_advanced_tutorial>
Transformations <./grain.dataset>
Performance debugging <tutorials/dataset_debugging_tutorial>
Performance autotuning <performance/autotuning>
```

``` {toctree}
Expand All @@ -91,10 +92,10 @@ grain
changelog
```

``` {toctree}
```{toctree}
:maxdepth: 1
:hidden:
:caption: For contributors
behind_the_scenes
CONTRIBUTING
```
```
Loading