-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (52 loc) · 1.21 KB
/
mkdocs.yml
File metadata and controls
56 lines (52 loc) · 1.21 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
56
site_name: Solcast API C# SDK
site_url: https://solcast.github.io/solcast-api-csharp-sdk/
site_dir: public
theme:
name: material
logo: 'img/logo.png'
palette:
primary: black
accent: yellow
features:
- content.tooltips
nav:
- Home: index.md
- Forecast: forecast.md
- Live: live.md
- Historic: historic.md
- TMY: tmy.md
- PV Power Site: pvpowersite.md
- Aggregation: aggregation.md
- Example Notebooks:
- '1. Getting Data':
- '1.1 Getting Data: Historic Solar Radiation': 'notebooks/1.1 Getting Data - Historic Solar Radiation.ipynb'
extra:
alternate:
- name: Python
link: /solcast-api-python-sdk/
lang: python
- name: C#
link: /solcast-api-csharp-sdk/
lang: csharp
markdown_extensions:
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- abbr
- attr_list
plugins:
- mkdocs-jupyter
# - mkdocstrings:
# enabled: !ENV [ ENABLE_MKDOCSTRINGS, true ]
# default_handler: python
# handlers:
# python:
# options:
# show_source: false