-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
186 lines (178 loc) · 5.29 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
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
site_name: Prior Labs
repo_url: https://github.com/PriorLabs/TabPFN
theme:
name: material
logo: https://media.licdn.com/dms/image/v2/D4E0BAQHev7AyMsgYEQ/company-logo_100_100/company-logo_100_100/0/1736270278418/prior_labs_logo?e=1744243200&v=beta&t=vIMQDdZiVBKuBIsdZVUhnWS_S7XGXzELlN1LeNfSRSM
features:
- announce.dismiss
#- content.action.edit
#- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
#- search.highlight
#- search.share
#- search.suggest
- toc.follow
- toc.integrate
# - toc.integrate
#logo: assets/logo.png
palette:
primary: custom
font:
text: 'Source Sans Pro'
code: 'Fira Mono'
custom_dir: overrides
extra:
homepage: https://priorlabs.ai
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/PriorLabs
- icon: fontawesome/solid/briefcase
link: https://sugared-bookcase-9db.notion.site/Prior-Labs-Join-us-14b5be1f3b4980f68281c7eae947f91c?pvs=73
- icon: fontawesome/brands/discord
link: https://discord.com/invite/VJRuU3bSxt
- icon: fontawesome/solid/book
link: https://priorlabs.github.io
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
- icon: fontawesome/solid/newspaper
link: https://mailchi.mp/e437267d4949/newsletter-signup
plugins:
- search
- autorefs
- gen-files:
scripts:
- scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
default_handler: python
handlers:
python:
paths: ["src/tabpfn/src/", "src/tabpfn-client/", "src/tabpfn-extensions/src/"]
rendering:
merge_init_into_class: true
docstring_style: "google"
options:
filters: ["!^_"]
heading_level: 1
line_length: 60
inherited_members: true
separate_signature: true
show_root_heading: true
show_root_full_path: false
show_signature_annotations: true
signature_crossrefs: true
summary: true
show_signature: true
show_source: False
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md # Includes link to
- Getting Started:
- Installation: getting_started/install.md
- Intended Use: getting_started/intended_use.md
- API Usage Guide: getting_started/api.md
- Tutorials:
- Classification: tutorials/classification.md
- Regression: tutorials/regression.md
- Unsupervised: tutorials/unsupervised.md
- Time Series: tutorials/timeseries.md
# - Usage Tips: tutorials/cheat_sheet.md
# - Experimental Reproduction: reproduction.md
# - Text Tabular
#- Use Cases:
# - Runtime Prediction
# -
#- Research:
# - Papers: research/papers.md
# - Benchmarks: benchmarks.md
# - Agenda: agenda.md
#- Team:
# Demo
- Code Reference: reference/
# Extensions
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- md_in_html
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# - pymdownx.highlight:
# linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
copyright: Copyright © 2025 PriorLabs GmbH | <a href="https://priorlabs.ai/privacy_policy/">Privacy Policy</a>
extra:
analytics:
provider: google
property: G-9VZ68NQKPM
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.
actions:
- accept
- manage
- reject
cookies:
analytics:
name: Google Analytics
checked: true