This repository has been archived by the owner on Dec 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocsets.yaml
336 lines (331 loc) · 8.33 KB
/
docsets.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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
arctic:
- name: xarray
repo: pydata/xarray
doc_dir: doc
html_pages_dir: _build/html
- name: climpred
repo: pangeo-data/climpred
doc_dir: docs
html_pages_dir: build/html
- name: xgcm
repo: xgcm/xgcm
doc_dir: doc
html_pages_dir: _build/html
- name: xrft
repo: xgcm/xrft
doc_dir: doc
html_pages_dir: _build/html
- name: xesmf
repo: pangeo-data/xESMF
doc_dir: doc
html_pages_dir: _build/html
- name: regionmask
repo: mathause/regionmask
doc_dir: docs
html_pages_dir: _build/html
- name: singularityadmin
repo: hpcng/singularity-admindocs
doc_dir: .
html_pages_dir: _build/html
install: false
- name: singularity
repo: hpcng/singularity-userdocs
doc_dir: .
html_pages_dir: _build/html
install: false
doc_build_cmd: make html SKIPCLI=1
- name: trio
repo: python-trio/trio
doc_dir: docs
html_pages_dir: build/html
- name: dask
repo: dask/dask
doc_dir: docs
html_pages_dir: build/html
- name: distributed
repo: dask/distributed
doc_dir: docs
html_pages_dir: build/html
- name: dask-jobqueue
repo: dask/dask-jobqueue
doc_dir: docs
html_pages_dir: _build/html
- name: dask-gateway
repo: dask/dask-gateway
doc_dir: .
html_pages_dir: .
install: false
doc_build_cmd: "git checkout gh-pages"
generator: html2dash
- name: zict
repo: dask/zict
doc_dir: doc
html_pages_dir: build/html
- name: intake
repo: intake/intake
doc_dir: docs
html_pages_dir: build/html
- name: fsspec
repo: intake/filesystem_spec
doc_dir: docs
html_pages_dir: build/html
- name: sparse
repo: pydata/sparse
doc_dir: docs
html_pages_dir: _build/html
doc_build_cmd: sphinx-build -j auto -W -b html . _build/html
- name: zarr
repo: zarr-developers/zarr-python
doc_dir: docs
html_pages_dir: _build/html
- name: numcodecs
repo: zarr-developers/numcodecs
doc_dir: docs
html_pages_dir: _build/html
indian:
- name: xtensor
repo: xtensor-stack/xtensor
doc_dir: docs
html_pages_dir: build/html
install: false
- name: jax
repo: google/jax
doc_dir: docs
html_pages_dir: build/html
doc_build_cmd: sphinx-build -j auto -b html . build/html
- name: numba
repo: numba/numba
doc_dir: docs
html_pages_dir: _build/html
- name: skorch
repo: skorch-dev/skorch
doc_dir: docs
html_pages_dir: _build/html
- name: zfp
repo: LLNL/zfp
doc_dir: docs
html_pages_dir: build/html
doc_build_cmd: sphinx-build -j auto -b html ./source build/html
install: false
- name: myst-parser
repo: executablebooks/MyST-Parser
doc_dir: docs
html_pages_dir: _build/html
- name: myst-nb
repo: executablebooks/MyST-NB
doc_dir: docs
html_pages_dir: _build/html
- name: jupyterhub
repo: jupyterhub/jupyterhub
doc_dir: docs
html_pages_dir: build/html
doc_build_cmd: sphinx-build -j auto -T -E -b html ./source build/html
- name: binder
repo: jupyterhub/binder
doc_dir: doc
html_pages_dir: _build/html
install: false
- name: repo2docker
repo: jupyter/repo2docker
doc_dir: docs
html_pages_dir: build/html
- name: binderhub
repo: jupyterhub/binderhub
doc_dir: doc
html_pages_dir: _build/html
doc_build_cmd: sphinx-build -j auto -T -E -b html ./ _build/html
- name: ipywidgets
repo: jupyter-widgets/ipywidgets
doc_dir: docs
html_pages_dir: build/html
doc_build_cmd: sphinx-build -b html -D nbsphinx_allow_errors=True ./source build/html
- name: panel
repo: holoviz/panel
doc_dir: .
html_pages_dir: .
install: false
doc_build_cmd: "git checkout gh-pages"
generator: html2dash
- name: hvplot
repo: holoviz/hvplot
doc_dir: .
html_pages_dir: .
install: false
doc_build_cmd: "git checkout gh-pages"
generator: html2dash
- name: lumen
repo: holoviz/lumen
doc_dir: docs
html_pages_dir: _build/html
- name: proplot
repo: lukelbd/proplot
doc_dir: docs
html_pages_dir: _build/html
doc_build_cmd: sphinx-build -j auto -b html -D nbsphinx_allow_errors=True . _build/html
- name: cartopy
repo: SciTools/cartopy
doc_dir: docs
html_pages_dir: build/html
southern:
- name: cryptography
repo: pyca/cryptography
doc_dir: docs
html_pages_dir: _build/html
install: false
- name: pynacl
repo: pyca/pynacl
doc_dir: docs
html_pages_dir: _build/html
- name: fabric
repo: fabric/fabric
doc_dir: sites/docs
doc_build_cmd: sphinx-build -j auto -T -E -b html ./ _build/html
- name: paramiko
repo: paramiko/paramiko
doc_dir: sites/www
doc_build_cmd: sphinx-build -j auto -T -E -b html ./ _build/html
- name: wrapt
repo: GrahamDumpleton/wrapt
doc_dir: docs
html_pages_dir: _build/html
- name: attrs
repo: python-attrs/attrs
doc_dir: docs
html_pages_dir: _build/html
- name: psutil
repo: giampaolo/psutil
doc_dir: docs
html_pages_dir: _build/html
- name: toolz
repo: pytoolz/toolz
doc_dir: doc
html_pages_dir: build/html
- name: boltons
repo: mahmoud/boltons
doc_dir: docs
html_pages_dir: _build/html
- name: pluggy
repo: pytest-dev/pluggy
doc_dir: docs
html_pages_dir: _build/html
doc_build_cmd: sphinx-build -j auto -T -E -b html ./ _build/html
- name: authlib
repo: lepture/authlib
doc_dir: docs
html_pages_dir: _build/html
- name: pooch
repo: fatiando/pooch
doc_dir: doc
html_pages_dir: _build/html
- name: cf-xarray
repo: xarray-contrib/cf-xarray
doc_dir: doc
html_pages_dir: _build/html
- name: xoak
repo: xarray-contrib/xoak
doc_dir: doc
html_pages_dir: _build/html
- name: pint-xarray
repo: xarray-contrib/pint-xarray
doc_dir: docs
html_pages_dir: _build/html
doc_build_cmd: sphinx-build -j auto -T -E -b html ./ _build/html
- name: manim
repo: 3b1b/manim
doc_dir: docs
html_pages_dir: build/html
- name: array-api
repo: data-apis/array-api
doc_dir: spec
install: false
html_pages_dir: _build/html
# - name: pymc3
# repo: pymc-devs/pymc3
# doc_dir: .
# html_pages_dir: .
# install: false
# doc_build_cmd: 'git checkout gh-pages'
# generator: html2dash
- name: arviz
repo: arviz-devs/arviz
doc_dir: .
html_pages_dir: .
install: false
doc_build_cmd: "git checkout gh-pages"
generator: html2dash
# - name: cupy
# repo: cupy/cupy
# doc_dir: docs
# html_pages_dir: build/html
# install: false
# doc_build_cmd: SPHINXOPTS=-W make html
pacific:
- name: fastapi
repo: tiangolo/fastapi
doc_dir: docs/en
doc_build_cmd: mkdocs build --no-directory-urls
html_pages_dir: site
generator: html2dash
- name: uvicorn
repo: encode/uvicorn
doc_dir: .
html_pages_dir: .
install: false
doc_build_cmd: "git checkout gh-pages"
generator: html2dash
- name: starlette
repo: encode/starlette
doc_dir: .
doc_build_cmd: mkdocs build --no-directory-urls
html_pages_dir: site
generator: html2dash
- name: pydantic
repo: samuelcolvin/pydantic
doc_dir: .
doc_build_cmd: mkdocs build --no-directory-urls
html_pages_dir: site
generator: html2dash
- name: typer
repo: tiangolo/typer
doc_dir: .
doc_build_cmd: mkdocs build --no-directory-urls
html_pages_dir: site
generator: html2dash
- name: rich
repo: willmcgugan/rich
doc_dir: docs
html_pages_dir: build/html
- name: invoke
repo: pyinvoke/invoke
doc_dir: sites/docs
html_pages_dir: _build/html
doc_build_cmd: sphinx-build -j auto -T -E -b html ./ _build/html
atlantic:
- name: numpyro
repo: pyro-ppl/numpyro
doc_dir: docs
html_pages_dir: build/html
# - name: pymc3
# repo: pymc-devs/pymc3
# doc_dir: .
# html_pages_dir: .
# install: false
# doc_build_cmd: 'git checkout gh-pages'
# generator: html2dash
- name: arviz
repo: arviz-devs/arviz
doc_dir: .
html_pages_dir: .
install: false
doc_build_cmd: "git checkout gh-pages"
generator: html2dash
# - name: dokku
# repo: dokku/dokku
# url: http://dokku.viewdocs.io/dokku/
# doc_dir: .
# generator: dash-webgen
# - name: dapr
# repo: dapr/docs
# url: https://docs.dapr.io/
# doc_dir: .
# generator: dash-webgen