-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
116 lines (98 loc) · 2.5 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Project
site_name: nemo-simsar
#site_url: http://127.0.0.1:8000
site_url: https://immerse-project.github.io/nemo-simsar
site_author: Markus Scheinert and Lucienne Micallef
site_description: >-
Document and share your NEMO ocean model simulation
# Repository
repo_name: nemo-simsar on GitHub
repo_url: https://github.com/immerse-project/nemo-simsar
edit_uri: ""
use_directory_urls: false
# Copyright
copyright: Copyright © 2020 Markus Scheinert
# Navigation
nav:
- HOME: index.md
- User Guide:
- introduction.md
- gettingstarted.md
- Citable Input Data:
- inputdata.md
- input_ini.md
- 'The Simulation Package':
- simulation-meta.md
- mkReadme.md
- bundleup.md
- 'Publish':
- publish_general.md
- publish_pid.md
- 'publish via git': 'publish_git.md'
- 'publish_gitpages.md'
- 'Obtain a Simulation Package':
#'file exchange': 'getviacloud.md'
'git': 'getviagit.md'
#'HTML (git pages)': 'getvianemo.md'
#'others': 'getothers.md'
#- 'Contact':
# - contact.md
- '🡽 IMMERSE Project':
- 'https://immerse-ocean.eu'
- '🡽 NEMO-OCEAN':
- 'https://www.nemo-ocean.eu'
# MkDocs Theme
theme:
name: material
custom_dir: overrides
font: false
logo: 'docs/img/simsar_logo.png'
favicon: 'docs/img/simsar_logo.ico'
palette:
scheme: default
primary: light green
accent: deep orange
features:
- navigation.tabs
- search.highlight
icon:
repo: fontawesome/brands/github
extra_css:
- extra.css
# Extensions
markdown_extensions:
- admonition
- attr_list
- def_list
- codehilite:
guess_lang: false
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji
- pymdownx.tabbed
- pymdownx.critic
- pymdownx.keys
- toc:
permalink: "🔗"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# Plugins
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
setup_commands:
- import sys
- sys.path.append("src")
rendering:
show_source: false
custom_templates: templates
watch:
- src/my_package
#pages:
#- 'notes.md'