This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
148 lines (137 loc) · 4.18 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
# Project information
site_name: Argilla Docs
site_url: https://argilla-io.github.io/argilla-python
site_author: Argilla, Inc.
site_description: The Argilla python server SDK
copyright: Copyright © 2017 - 2024 Argilla
# Repository
repo_name: argilla-io/argilla-python
repo_url: https://github.com/argilla-io/argilla-python
edit_uri: edit/main/docs/
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/argilla-io
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/argilla_io
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCAIz8TmvQQrLqbD7sd-5S2A
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/rubrixworkspace/shared_invite/zt-20wllqq29-Z11~kp2SeFYjJ0qevJRiPg
extra_css:
- stylesheets/extra.css
theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.ico
features:
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.footer
- navigation.top
- navigation.tracking
- navigation.path
- toc.follow
- content.code.copy
- content.code.annotate
- content.action.edit
- search.suggest
- search.highlight
- search.share
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme)"
primary: white
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to system preference
watch:
- src/argilla_sdk
# Extensions
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- footnotes
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# activating permalink: true makes the anchor link works in the notebooks
- toc:
permalink: true
plugins:
- search
- open-in-new-tab
# - gen-files:
# scripts:
# - docs/scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
selection:
inherited_members: true # Allow looking up inherited methods
rendering:
show_root_heading: true # actually display anything at all...
# show_root_full_path: true # display "diffrax.asdf" not just "asdf"
show_if_no_docstring: true
show_signature_annotations: true
show_source: false # don't include source code
members_order: source # order methods according to their order of definition in the source code, not alphabetical order
heading_level: 4
# hide private members
private: true
- social
- mknotebooks
nav:
- Argilla: index.md
- Getting started:
- Quickstart: getting_started/quickstart.md
- Installation: getting_started/installation.md
- FAQ: getting_started/faq.md
- Guides:
- How-to guides:
- guides/how_to_guides/index.md
- Manage users and credentials: guides/how_to_guides/user.md
- Manage workspaces: guides/how_to_guides/workspace.md
- Manage and create datasets: guides/how_to_guides/dataset.md
- Add, update, and delete records: guides/how_to_guides/record.md
- Query, filter, and export records: guides/how_to_guides/query_export.md
- API Reference:
- Python SDK: reference/argilla_sdk/
- Community:
- community/index.md
- How to contribute?: community/contributor.md
- UI Demo ↗:
- https://demo.argilla.io/sign-in?auth=ZGVtbzoxMjM0NTY3OA==