-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (39 loc) · 899 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (39 loc) · 899 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
site_name: DriftPy
theme:
name: readthedocs
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.snippets
- meta
- pymdownx.tabbed:
alternate_style: true
repo_url: https://github.com/drift-labs/driftpy
repo_name: drift-labs/driftpy
site_url: https://drift-labs.github.io/driftpy/
plugins:
- mkdocstrings:
handlers:
python:
paths:
- src
options:
filters:
- "!^_"
- "^__init__$"
- "!^T$"
- "!^get_clearing_house_state_account_public_key_and_nonce$"
show_root_heading: true
show_root_full_path: false
show_if_no_docstring: true
- search
nav:
- index.md
- clearing_house.md
- clearing_house_user.md
- accounts.md
- addresses.md
extra_css:
- css/mkdocstrings.css
- css/custom.css