-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathmkdocs-python.yaml
More file actions
99 lines (99 loc) · 2.45 KB
/
Copy pathmkdocs-python.yaml
File metadata and controls
99 lines (99 loc) · 2.45 KB
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
site_name: HUMAN Protocol Python SDK Docs
site_url: https://sdk.humanprotocol.org/python/
repo_name: humanprotocol/human-protocol
repo_url: https://github.com/humanprotocol/human-protocol
docs_dir: ../packages/sdk/python/human-protocol-sdk/docs
site_dir: python
theme:
name: material
custom_dir: overrides
logo: assets/img/logo.svg
favicon: assets/img/logo.svg
palette:
- scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/brightness-3
name: Switch to light mode
font:
text: Noto Sans
code: Roboto Mono
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.top
- navigation.tracking
- navigation.path
- navigation.indexes
- navigation.prune
- content.tabs
- content.code.copy
- toc.follow
- announce.dismiss
extra:
language: python
version:
provider: mike
logo_href: https://sdk.humanprotocol.org
markdown_extensions:
- toc:
baselevel: 1
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.magiclink
- attr_list
- md_in_html
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [../packages/sdk/python/human-protocol-sdk]
options:
docstring_style: google
show_source: false
separate_signature: true
merge_init_into_class: true
heading_level: 2
- mike
- section-index
nav:
- Overview: index.md
- Encryption:
- Encryption: encryption.md
- Encryption Utils: encryption_utils.md
- LegacyEncryption: legacy_encryption.md
- Escrow:
- EscrowClient: escrow_client.md
- EscrowUtils: escrow_utils.md
- KVStore:
- KVStoreClient: kvstore_client.md
- KVStoreUtils: kvstore_utils.md
- Operator:
- OperatorUtils: operator_utils.md
- Staking:
- StakingClient: staking_client.md
- StakingUtils: staking_utils.md
- Statistics:
- StatisticsUtils: statistics_utils.md
- Transaction:
- TransactionUtils: transaction_utils.md
- Worker:
- WorkerUtils: worker_utils.md
- Core utilities: core.md
- Changelog: CHANGELOG.md
extra_css:
- assets/css/custom.css