-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
161 lines (148 loc) · 4.8 KB
/
mkdocs.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
site_name: "Polaris"
site_description: "Polaris establishes a novel, industry‑certified standard to foster the development of impactful methods in AI-based drug discovery."
site_url: "https://github.com/polaris-hub/polaris"
repo_url: "https://github.com/polaris-hub/polaris"
repo_name: "polaris-hub/polaris"
copyright: Copyright 2023 - 2024 Polaris
remote_branch: "gh-pages"
use_directory_urls: false
docs_dir: "docs"
# Fail on warnings to detect issues with types and docstring
strict: true
nav:
- Getting started:
- Polaris: index.md
- Quickstart: quickstart.md
- Tutorials:
- Basics: tutorials/basics.ipynb
- Data Models: tutorials/custom_dataset_benchmark.ipynb
- Creating Datasets:
- Zarr Datasets: tutorials/dataset_zarr.ipynb
- PDB Datasets: tutorials/dataset_pdb.ipynb
- SDF Datasets: tutorials/dataset_sdf.ipynb
- Optimization: tutorials/optimization.ipynb
- Competitions:
- tutorials/competition.participate.ipynb
- API Reference:
- Load: api/load.md
- Core:
- Dataset: api/dataset.md
- Benchmark: api/benchmark.md
- Subset: api/subset.md
- Evaluation: api/evaluation.md
- Competitions:
- Competition Dataset: api/competition.dataset.md
- Competition: api/competition.md
- Competiton Evaluation: api/competition.evaluation.md
- Hub:
- Client: api/hub.client.md
- External Auth Client: api/hub.external_client.md
- PolarisFileSystem: api/hub.polarisfs.md
- Additional:
- Dataset Factory: api/factory.md
- Data Converters: api/converters.md
- Data Adapters: api/adapters.md
- Base classes: api/base.md
- Types: api/utils.types.md
- Community: https://discord.gg/vBFd8p6H7u
- Polaris Hub: https://polarishub.io/
theme:
name: material
# NOTE(hadim): to customize the material primary and secondary color,
# see check `docs/assets/css/custom-polaris.css`.
palette:
primary: deep purple
accent: indigo
features:
- navigation.tabs
- navigation.sections
- navigation.path
- navigation.top
- navigation.footer
- toc.follow
- content.code.copy
- content.code.annotate
favicon: images/logo-black.svg
logo: images/logo-white.svg
extra_css:
- assets/css/custom-polaris.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
watch:
- polaris/
plugins:
- search
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- sys.path.append("docs")
- sys.path.append("polaris")
options:
show_root_heading: yes
heading_level: 3
show_source: false
group_by_category: true
members_order: source
separate_signature: true
show_signature_annotations: true
line_length: 80
- mkdocs-jupyter:
execute: False
remove_tag_config:
remove_cell_tags: [ remove_cell ]
remove_all_outputs_tags: [ remove_output ]
remove_input_tags: [ remove_input ]
- mike:
version_selector: true
extra:
version:
# Multi versioning provider for mkdocs-material (used for the JS selector)
provider: mike
analytics:
provider: google
property: G-V4RP8SG194
# Widget at the bottom of every page to collect information about the user experience
# The data is collected in Google Analytics
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
# NOTE (cwognum): It could be useful to have a link to a feedback form here
note: >-
Thanks for your feedback!
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.