-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
47 lines (35 loc) · 947 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
47
# Project information
site_name: DSSData
site_description: A python micro-framework for simulation and data analysis of electrical distribution systems modeled on OpenDSS
site_author: Felipe M. S. Monteiro
repo_name: felipemarkson/dssdata
repo_url: https://github.com/felipemarkson/dssdata
site_url: https://felipemarkson.github.io/dssdata/
# Copyright
copyright: Copyright © 2020 Felipe M. S. Monteiro
theme:
name: material
language: en
features:
- navigation.instant
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
plugins:
- search
- autorefs
- mkdocstrings:
default_handler: python
- mkdocs-jupyter
nav:
- Home: index.md
- Getting Started: gettingstart/index.md
- Learning DSSData: tutorial/index.ipynb
- API Reference: api/index.md
- License: LICENSE.md
extra_css:
- css/termynal.css
- css/custom.css
extra_javascript:
- js/termynal.js