-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy path_book.yaml
75 lines (71 loc) · 2.22 KB
/
_book.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
upper_tabs:
# Tabs left of dropdown menu
- include: /_upper_tabs_left.yaml
- include: /api_docs/_upper_tabs_api.yaml
# Dropdown menu
- name: Resources
path: /resources
is_default: true
menu:
- include: /resources/_menu_toc.yaml
lower_tabs:
# Subsite tabs
other:
- name: Catalog
skip_translation: true
contents:
- include: /datasets/catalog/_toc.yaml
- name: Community Catalog
skip_translation: true
contents:
- include: /datasets/community_catalog/_toc.yaml
- name: Guide
contents:
- heading: "Get started"
- title: Introduction
path: /datasets/overview
- title: End-to-end Keras example
path: /datasets/keras_example
- title: Dataset collections
path: /datasets/dataset_collections
- heading: "Features & performances"
- title: TFDS CLI
path: /datasets/cli
- title: Splits and slicing API
path: /datasets/splits
- title: Performance tips
path: /datasets/performances
- title: Determinism
path: /datasets/determinism
- title: Feature connectors
path: /datasets/features
- title: Feature decoding
path: /datasets/decode
- title: Versioning
path: /datasets/datasets_versioning
- title: Store your dataset on GCS
path: /datasets/gcs
- title: TFDS for Jax and PyTorch
path: /datasets/data_source
- heading: "Add a dataset"
- title: Create your dataset
path: /datasets/add_dataset
- title: Huge datasets (Apache Beam)
path: /datasets/beam_datasets
- title: Format-specific builders
path: /datasets/format_specific_dataset_builders
- title: Add a dataset collection
path: /datasets/add_dataset_collection
- title: Contribute to TFDS
path: /datasets/contribute
- title: Common gotchas
path: /datasets/common_gotchas
- title: External tfrecord with TFDS
path: /datasets/external_tfrecord
- name: API
skip_translation: true
contents:
- title: All Symbols
path: /datasets/api_docs/python/tfds/all_symbols
- include: /datasets/api_docs/python/tfds/_toc.yaml
- include: /_upper_tabs_right.yaml