Skip to content

Commit e6609c6

Browse files
Conchylicultorcopybara-github
authored andcommitted
Add dataset_versioning section to doc
PiperOrigin-RevId: 259525915
1 parent de8b0a2 commit e6609c6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/_book.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ upper_tabs:
1919
contents:
2020
- title: Overview
2121
path: /datasets/overview
22+
- title: Versioning
23+
path: /datasets/datasets_versioning
2224
- title: Splits
2325
path: /datasets/splits
2426
- title: Add a dataset

docs/datasets_versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ use. For example:
8282

8383
```py
8484
tfds.load('imagenet2012:2.0.1')
85-
tfds.builder('imagenet2012:2.0.1'')
85+
tfds.builder('imagenet2012:2.0.1')
8686

8787
tfds.load('imagenet2012:2.0.0') # Error: unsupported version.
8888

0 commit comments

Comments
 (0)