-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (85 loc) · 2.13 KB
/
Copy pathmkdocs.yml
File metadata and controls
86 lines (85 loc) · 2.13 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
77
78
79
80
81
82
83
84
85
86
site_name: GeomEffiBEM
site_url: https://jmarrec.github.io/geomeffibem
repo_url: https://github.com/jmarrec/geomeffibem
repo_name: jmarrec/geomeffibem
#strict: true
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Modules: api.md
- Contributing: contributing.md
- Changelog: changelog.md
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon-96x96.png
language: en
#logo: assets/logo.png
palette:
scheme: preference
primary: indigo
accent: indigo
font:
text: Roboto
features:
- navigation.indexes
- navigation.instant
- navigation.tabs.sticky
icon:
repo: fontawesome/brands/github
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
linenums: false
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.details
- admonition
- toc:
baselevel: 2
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify {}
- meta
plugins:
- include-markdown
- search:
lang: en
- mkdocstrings:
handlers:
python:
paths:
- geomeffibem
options:
show_source: true
show_signature: true
show_signature_annotations: true
separate_signature: false
copyright: Copyright © 2002 - 2026 <a href="https://effibem.com/">EffiBEM</a>
extra:
generator: false
social:
- icon: fontawesome/solid/link
link: https://effibem.com
name: EffiBEM
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/julienmarrec.bsky.social
name: Bluesky
- icon: fontawesome/brands/twitter
link: https://x.com/MarrecJulien
name: Tweet
- icon: fontawesome/brands/github
link: https://github.com/jmarrec/geomeffibem
name: Github
- icon: material/email
link: "mailto:contact@effibem.com"