-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yaml
201 lines (183 loc) · 5.27 KB
/
_quarto.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
project:
type: website
output-dir: _build
website:
# title: "Cloud-Py"
description: "TileDB's Cloud Client for Python"
repo-url: https://github.com/TileDB-Inc/TileDB-Cloud-Py/
favicon: "t_favicon.png"
page-navigation: true
navbar:
background: light
logo: "TileDB_logo_primary.png"
pinned: true
left:
- text: Get Started
file: get_started.qmd
- text: API
file: reference/index.qmd
sidebar:
style: "floating"
collapse-level: 1
contents:
- section: Catalog
contents:
- text: groups
href: reference/groups.qmd
- text: array
href: reference/array.qmd
- text: asset
href: reference/asset.qmd
- text: notebook
href: reference/notebook.qmd
- text: dashboard
href: reference/dashboard.qmd
- text: udf
href: reference/udf.qmd
- section: Collaborate
contents:
- text: groups
href: reference/groups.qmd
- text: array
href: reference/array.qmd
- text: asset
href: reference/asset.qmd
- text: invites
href: reference/invites.qmd
- section: Analyze
contents:
- text: bioimg.exportation
href: reference/bioimg.exportation.qmd
- text: bioimg.ingestion
href: reference/bioimg.ingestion.qmd
- text: files.indexing
href: reference/files.indexing.qmd
- text: files.ingestion
href: reference/files.ingestion.qmd
- text: files.udfs
href: reference/files.udfs.qmd
- text: files.utils
href: reference/files.utils.qmd
- text: geospatial.ingestion
href: reference/geospatial.ingestion.qmd
- text: soma.ingest
href: reference/soma.ingest.qmd
- text: soma.mapper
href: reference/soma.mapper.qmd
- text: vcf.allele_frequency
href: reference/vcf.allele_frequency.qmd
- text: vcf.ingestion
href: reference/vcf.ingestion.qmd
- text: vcf.query
href: reference/vcf.query.qmd
- text: vcf.utils
href: reference/vcf.utils.qmd
- text: vcf.split
href: reference/vcf.split.qmd
- section: Scale
contents:
- text: cloudarray
href: reference/cloudarray.qmd
- text: compute.delayed
href: reference/compute.delayed.qmd
- text: dag.dag
href: reference/dag.dag.qmd
- text: dag.mode
href: reference/dag.mode.qmd
- text: dag.visualization
href: reference/dag.visualization.qmd
- text: tasks
href: reference/tasks.qmd
- text: taskgraphs.builder
href: reference/taskgraphs.builder.qmd
- text: taskgraphs.executor
href: reference/taskgraphs.executor.qmd
- text: taskgraphs.registration
href: reference/taskgraphs.registration.qmd
- text: taskgraphs.types
href: reference/taskgraphs.types.qmd
- text: udf
href: reference/udf.qmd
- text: utilities.consolidate
href: reference/utilities.consolidate.qmd
- text: utilities.profiler
href: reference/utilities.profiler.qmd
- section: Account
contents:
- text: client
href: reference/client.qmd
- text: config
href: reference/config.qmd
quartodoc:
style: pkgdown
parser: sphinx
package: tiledb.cloud
title: API Reference
options:
include_classes: true
include_functions: true
include_attributes: true
sections:
- title: Catalog
desc: "Find and register private and public assets."
contents:
- groups
- array
- asset
- notebook
- dashboard
- udf
- title: Collaborate
desc: "Share private assets with other users and organizations, or make them public."
contents:
- groups
- array
- asset
- invites
- title: Analyze
desc: "Gain understanding of data."
- subtitle: Bio Imaging
contents:
- bioimg.exportation
- bioimg.ingestion
- subtitle: Files
contents:
- files.indexing
- files.ingestion
- files.udfs
- files.utils
- subtitle: Geospatial
contents:
- geospatial.ingestion
- subtitle: SOMA
contents:
- soma.ingest
- soma.mapper
- subtitle: VCF
contents:
- vcf.allele_frequency
- vcf.ingestion
- vcf.query
- vcf.split
- vcf.utils
- title: Scale
desc: "Ingest and analyze data that is too large for a single computer."
contents:
- cloudarray
- compute.delayed
- dag.dag
- dag.mode
- dag.visualization
- tasks
- taskgraphs.builder
- taskgraphs.executor
- taskgraphs.registration
- taskgraphs.types
- udf
- utilities.consolidate
- utilities.profiler
- title: Account
desc: "Profile, settings, and usage."
contents:
- client
- config