-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.md
More file actions
48 lines (44 loc) · 656 Bytes
/
index.md
File metadata and controls
48 lines (44 loc) · 656 Bytes
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
---
hide-toc: true
---
```{include} ../readme.md
```
```{toctree}
:maxdepth: 2
:hidden:
install
tutorial
commands
config
colorize
logging
table
version
timer
parameters
types
pygments
sphinx
testing
pytest
telemetry
```
% XXX Furo doesn't support icons in toctree entries natively.
% CSS workaround in _static/custom.css, see: https://github.com/pradyunsg/furo/discussions/921
```{toctree}
:caption: Development
:maxdepth: 2
:hidden:
contributing
API <click_extra>
tests
genindex
modindex
changelog
issues
todolist
code-of-conduct
license
GitHub repository <https://github.com/kdeldycke/click-extra>
Funding <https://github.com/sponsors/kdeldycke>
```