generated from alvarobartt/python-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
60 lines (53 loc) · 1.53 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
site_name: 🔐 safejax
site_url: https://github.com/alvarobartt/safejax
site_author: Alvaro Bartolome
site_description: Serialize JAX, Flax, Haiku, or Objax model params with `safetensors`
repo_name: alvarobartt/safejax
repo_url: https://github.com/alvarobartt/safejax
copyright: Copyright (c) 2022-present Alvaro Bartolome <[email protected]>
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
plugins:
- search:
- git-revision-date-localized:
type: timeago
enable_creation_date: true
- mkdocstrings:
extra:
social:
- icon: fontawesome/brands/python
link: https://pypi.org/project/safejax/
- icon: fontawesome/brands/github
link: https://github.com/alvarobartt
- icon: fontawesome/brands/twitter
link: https://twitter.com/alvarobartt
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/alvarobartt/
nav:
- Home: index.md
- Requirements: requirements.md
- Installation: installation.md
- Usage: usage.md
- Why safejax?: why_safejax.md
- Examples: examples.md
- Reference:
- safejax.core.load: api/core_load.md
- safejax.core.save: api/core_save.md
- safejax.utils: api/utils.md
- License: license.md