-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
57 lines (50 loc) · 1.29 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
site_name: Ocean Colour Monitor - 2 (OCM-2)
site_description: A python package to handle basic OCM-2 data processing
site_author: Akhilesh Kumar
site_url: https://akhi9661.github.io/ocm2
repo_url: https://github.com/akhi9661/ocm2
theme:
palette:
scheme: preference
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- search.highlight
# - navigation.expand
# - navigation.tabs
custom_dir: "docs/overrides"
font:
text: Google Sans
code: Regular
plugins:
- search
- mkdocstrings
- git-revision-date
- mkdocs-jupyter:
include_source: True
# ignore_h1_titles: True
# execute: True
# execute_ignore: "*.ipynb"
markdown_extensions:
- attr_list
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
# extra:
# analytics:
# provider: google
# property: UA-XXXXXXXXX-X
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Contributing: contributing.md
- FAQ: faq.md
- Changelog: changelog.md
- Report Issues: https://github.com/akhi9661/ocm2/issues
- API Reference:
- ocm2 module: ocm2.md