-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (49 loc) · 1.17 KB
/
mkdocs.yml
File metadata and controls
55 lines (49 loc) · 1.17 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
site_name: "Yirgacheffe"
site_url: "https://yirgacheffe.org"
theme:
name: "material"
logo: "assets/yirgacheffe-min.svg"
primary: "#065f65"
features:
- header.autohide: false
- navigation.instant: true
extra_css:
- css/extra.css
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
inherited_members: true
show_docstring_attributes: true
show_docstring_functions: true
- gen-files:
scripts:
- docs/gen_changelog.py
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
extra:
version:
provider: mike
nav:
- Home: index.md
- API reference:
- Core: api/core.md
- Layers: api/layer.md
- Expressions: api/expressions.md
- Operators: api/operators.md
- Classes:
- Area: api/classes/area.md
- MapProjection: api/classes/mapprojection.md
- Window: api/classes/window.md
- Enums:
- DataType: api/enums/datatype.md
- ResamplingMethod: api/enums/resamplingmethods.md
- Code of conduct: CODE_OF_CONDUCT.md
- Changelog: changelog.md