-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (70 loc) · 1.62 KB
/
Copy pathmkdocs.yml
File metadata and controls
76 lines (70 loc) · 1.62 KB
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
site_name: pyimagecuda
site_description: A library to accelerate image processing using CUDA in Python.
site_author: Beltrán Offerrall
repo_name: pyimagecuda
repo_url: https://github.com/offerrall/pyimagecuda
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
- content.code.copy
- content.code.annotate
- toc.integrate
- navigation.tabs.sticky
- navigation.top
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Dark mode
markdown_extensions:
- attr_list
- md_in_html
- def_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: '__span'
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
nav:
- Home: index.md
- Image: image.md
- Load and Save: io.md
- OpenGL: opengl.md
- Fill: fill.md
- Text: text.md
- Blend: blend.md
- Resize: resize.md
- Filter: filter.md
- Effect: effect.md
- Adjust: adjust.md
- Transform: transform.md
- Benchmarks: benchmarks.md
plugins:
- minify:
minify_html: true
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/offerrall/pyimagecuda