-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
71 lines (66 loc) · 1.59 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
site_name: EarthOSM
repo_url: https://github.com/pypsa-meets-earth/earth-osm
repo_name: earth-osm
site_description: OpenStreetMap data extraction
site_author: PyPSA meets Earth
copyright:
'<span>
<i> PyPSA meets Earth Team </i>
<br>
Copyright ©
<script>document.write(new Date().getFullYear())</script>
<a href="https://mnm-matin.github.io/">Matin Mahmood</a>
</span>'
plugins:
- search
- awesome-pages
- mkdocstrings:
default_handler: python
handlers:
python:
setup_commands:
- import os
- import sys
- sys.path.insert(0, os.path.abspath('.'))
nav:
- Getting Started: index.md
- Supported Regions: regions.md
- API Reference: api-docs/README.md
# - User Guide: user-guide.md
# - About: about.md
markdown_extensions:
- markdown_include.include
- footnotes
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.magiclink
theme:
name: material
icon:
logo: material/earth
repo: material/github
favicon: material/earth-box-plus
font:
text: Roboto
code: Roboto Mono
palette:
- scheme: slate
primary: black
accent: white
features:
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/pypsa-meets-earth/earth-osm
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/matin-mahmood
- icon: fontawesome/brands/discord
link: https://discord.gg/reAx9Ed8Xq
generator: false