-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (39 loc) · 920 Bytes
/
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
site_name: MAMSI v1.0.2
theme:
name: material
palette:
scheme: mamsi
extra_css:
- stylesheets/extra.css
docs_dir: 'docs'
site_dir: 'site'
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: false
options:
docstring_style: google
docstring_options:
ignore_init_summary: no
merge_init_into_class: no
show_submodules: yes
nav:
- MAMSI: index.md
- Tutorials: tutorials.md
- API References:
- ./api_references/MamsiPls.md
- ./api_references/MamsiStructSearch.md