-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpydoc-markdown.yml
209 lines (208 loc) · 6.11 KB
/
pydoc-markdown.yml
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
loaders:
- type: python
search_path: [..]
processors:
- type: filter
- type: pydoc_markdown_tqdm.TqdmProcessor
- type: crossref
hooks:
pre-render:
- test -d ../wiki || git clone https://github.com/tqdm/tqdm.wiki.git ../wiki
- GITHUB_API_TOKEN='' python ../wiki/releases.py tqdm/tqdm -o sources/releases.md -d ext
post-render:
- cp sources/ads.txt build/docs/content/
renderer:
type: mkdocs
markdown:
source_linker:
type: github
repo: tqdm/tqdm
root: ..
source_position: before signature
source_format: |
<span style="float: right; font-size: 75%;">
[[view source]]({url})
</span>
pages:
- title: Home
name: index
source: sources/index.md
- title: Library Reference
name: docs
children:
- title: tqdm.tqdm
name: tqdm
contents: [tqdm.std.t*]
- title: tqdm.notebook
name: notebook
contents: [tqdm.notebook.t*]
- title: tqdm.asyncio
name: asyncio
contents: [tqdm.asyncio*]
- title: tqdm.keras
name: keras
contents: [tqdm.keras*]
- title: tqdm.dask
name: dask
contents: [tqdm.dask*]
- title: tqdm.tk
name: tk
contents: [tqdm.tk.t*]
- title: tqdm.gui
name: gui
contents: [tqdm.gui.t*]
- title: tqdm.rich
name: rich
contents: [tqdm.rich.t*]
- title: CLI
name: cli
source: sources/cli.md
- title: tqdm.contrib
name: contrib
contents: [tqdm.contrib.tenumerate*, tqdm.contrib.tzip*, tqdm.contrib.tmap*]
- title: tqdm.contrib.concurrent
name: contrib.concurrent
contents: [tqdm.contrib.concurrent*]
- title: tqdm.contrib.itertools
name: contrib.itertools
contents: [tqdm.contrib.itertools*]
- title: tqdm.contrib.logging
name: contrib.logging
contents: [tqdm.contrib.logging*]
- title: tqdm.contrib.slack
name: contrib.slack
contents: [tqdm.contrib.slack.t*]
- title: tqdm.contrib.discord
name: contrib.discord
contents: [tqdm.contrib.discord.t*]
- title: tqdm.contrib.telegram
name: contrib.telegram
contents: [tqdm.contrib.telegram.t*]
- title: tqdm.utils
name: tqdm.utils
contents: [tqdm.utils.CallbackIOWrapper, tqdm.utils.envwrap, tqdm.utils.disp_*]
- title: Shortcuts
# tqdm.trange tqdm.gui.tgrange, tqdm.notebook.tnrange, tqdm.contrib.telegram.ttgrange
contents: [tqdm.autonotebook, tqdm.auto, tqdm.contrib.bells]
- title: Developer Reference
name: dev
children:
- title: Warnings and Exceptions
name: warnings
contents: [tqdm.std.Tqdm*]
- title: tqdm.TMonitor
name: TMonitor
contents: [tqdm._monitor.TMonitor*]
- title: Release History
name: releases
source: sources/releases.md
- title: Contributing
name: contributing
source: ../CONTRIBUTING.md
- title: Merch Store!
name: merch
source: sources/merch.md
- title: Ports to Other Languages
name: ports
source: ../wiki/tqdm-ports.md
- title: Presentation (PyData)
children:
- title: Video
name: video
source: sources/video.md
- title: Slides
href: PyData2019/slides.html
- title: External Links
children:
- title: Source Code (ENTIRE DOCUMENTATION ON ONE PAGE)
href: https://github.com/tqdm/tqdm
- title: wiki
href: https://github.com/tqdm/tqdm/wiki
- title: FAQs
href: https://github.com/tqdm/tqdm#faq-and-known-issues
- title: Issues
href: https://github.com/tqdm/tqdm/issues?q=
- title: Downloads
children:
- title: GitHub
href: https://github.com/tqdm/tqdm/releases
- title: PyPI
href: https://pypi.org/project/tqdm
- title: Conda
href: https://anaconda.org/conda-forge/tqdm
- title: Tests
children:
- title: GitHub Actions
href: https://github.com/tqdm/tqdm/actions?query=workflow%3ATest
- title: Coveralls
href: https://coveralls.io/github/tqdm/tqdm
- title: Codecov
href: https://codecov.io/gh/tqdm/tqdm
- title: Codacy
href: https://www.codacy.com/app/tqdm/tqdm
- title: Performance Benchmarks (asv)
href: https://tqdm.github.io/tqdm
- title: Citations
children:
- title: DOI
href: https://doi.org/10.5281/zenodo.595120
- title: Metrics (Open Hub)
href: https://www.openhub.net/p/tqdm
- title: Licence
name: licence
source: ../LICENCE
- title: Video
name: video
source: sources/video.md
mkdocs_config:
site_name: tqdm documentation
site_description: A Fast, Extensible Progress Meter
site_url: https://tqdm.github.io
site_author: Casper da Costa-Luis
repo_name: tqdm/tqdm
repo_url: https://github.com/tqdm/tqdm
copyright: |
© Casper da Costa-Luis <a href="https://github.com/casperdcl">@casperdcl</a> 2015-2022
edit_uri: ../tqdm.github.io/tree/main/sources
extra_css: [css/extra.css]
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/tqdm/tqdm
- icon: fontawesome/brands/wikipedia-w
link: https://github.com/tqdm/tqdm/wiki
- icon: fontawesome/solid/circle-question
link: https://github.com/tqdm/tqdm#faq-and-known-issues
- icon: fontawesome/solid/clipboard-list
link: /releases/
- icon: fontawesome/brands/orcid
link: https://doi.org/10.5281/zenodo.595120
- icon: fontawesome/brands/youtube
link: /video/
theme:
name: material
logo: https://tqdm.github.io/img/logo-trans.gif
favicon: https://tqdm.github.io/img/logo-trans.gif
custom_dir: ../../custom_theme/
palette:
- scheme: default
primary: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: orange
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- minify:
minify_js: true
minify_html: true
markdown_extensions:
- admonition
- toc:
permalink: '#'
- pymdownx.superfences