forked from teamtomo/starfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (56 loc) · 1.4 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
site_name: teamtomo/starfile
site_url: https://teamtomo.org/starfile
site_author: teamtomo
site_description: >-
Documentation for starfile
repo_name: teamtomo/starfile
repo_url: https://github.com/teamtomo/starfile
edit_uri: edit/main/docs/
copyright: Copyright © 2022 - 2022 teamtomo
# Custom navigation can be specified
nav:
- Overview: index.md
- Examples:
- single data block: examples/single_block.md
- multiple data blocks: examples/multi_block.md
- merging data across tables: examples/merging.md
theme:
icon:
logo: material/cube-outline
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
features:
- navigation.instant
- navigation.expand
- search.highlight
- search.suggest
- content.tabs.link
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- md_in_html
- pymdownx.arithmatex:
generic: true
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
options:
docstring_style: numpy