-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (65 loc) · 1.72 KB
/
Copy pathmkdocs.yml
File metadata and controls
66 lines (65 loc) · 1.72 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
site_name: sedbuilder docs
theme:
name: material
font:
text: Roboto
code: Roboto Mono
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: slate
primary: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
watch:
- README.md
- sedbuilder/
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: True
show_root_heading: true
show_root_full_path: false
heading_level: 3
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
- pymdownx.snippets:
check_paths: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences
- pymdownx.inlinehilite
nav:
- Home: index.md
- API reference: api.md
- Developer guide: development.md
- Credits: credits.md
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/peppedilillo/sedbuilder
name: sedbuilder on GitHub
- icon: fontawesome/solid/globe
link: https://www.ssdc.asi.it/
name: ASI-SSDC Website
- icon: fontawesome/solid/envelope
link: mailto:giuseppe.dilillo@inaf.it
name: Contact via email
- icon: fontawesome/brands/creative-commons
link: https://github.com/peppedilillo/sedbuilder/blob/main/LICENSE
name: GPL License
copyright: Made in ASI-SSDC, Rome, Italy</br>with <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> Material for MkDocs Insiders </a>