-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
96 lines (92 loc) · 3.23 KB
/
mkdocs.yml
File metadata and controls
96 lines (92 loc) · 3.23 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
site_name: tariff_fetch
site_description: This is a repository for modern data science projects.
site_author: Switchbox
repo_url: https://github.com/switchbox-data/tariff_fetch
repo_name: switchbox-data/tariff_fetch
nav:
- Home: index.md
- CLI Usage: cli-usage.md
- Data Providers:
- providers/index.md
- Arcadia (Genability):
- Overview: providers/arcadia/index.md
- Access & Credentials: providers/arcadia/access.md
- Arcadia to URDB Converter: providers/arcadia/urdb-converter.md
- Tariff JSON Structure: providers/arcadia/tariff-json-structure.md
- NREL / OpenEI:
- Overview: providers/nrel/index.md
- Access & Credentials: providers/nrel/access.md
- URDB JSON Structure: providers/nrel/urdb-json-structure.md
- Rate Acuity:
- Overview: providers/rateacuity/index.md
- Access & Runtime Notes: providers/rateacuity/access.md
- Tariff Wiki:
- wiki/index.md
- Utilities:
- wiki/utilities/index.md
- ConEd:
- wiki/utilities/coned/index.md
- Delivery Adjustments: wiki/utilities/coned/delivery-adjustments.md
- Supply Charges: wiki/utilities/coned/supply-charges.md
- Riders: wiki/utilities/coned/riders.md
- Variable Rates API: wiki/utilities/coned/variable-rates-api.md
- SC1 Residential (Default):
- wiki/utilities/coned/residential-el1/index.md
- SC3 Residential TOU:
- wiki/utilities/coned/residential-el1-tou/index.md
- SC4 Residential Demand:
- wiki/utilities/coned/residential-el1-demand/index.md
- PSEG Long Island:
- wiki/utilities/psegli/index.md
- Rate 194 Residential (Default): wiki/utilities/psegli/residential-194/index.md
- RG&E:
- wiki/utilities/rge/index.md
- 1-RSS Residential (Default): wiki/utilities/rge/residential-1-rss/index.md
- NYSEG:
- wiki/utilities/nyseg/index.md
- SC1 Residential (Default): wiki/utilities/nyseg/residential-sc1/index.md
- National Grid (NY):
- wiki/utilities/nimo/index.md
- SC1 Residential (Default): wiki/utilities/nimo/residential-sc1/index.md
- Orange & Rockland:
- wiki/utilities/or/index.md
- Rate 1 Residential (Default): wiki/utilities/or/residential-1/index.md
- Central Hudson:
- wiki/utilities/cenhud/index.md
- Rate 1 Residential (Default): wiki/utilities/cenhud/residential-1/index.md
- Rhode Island Energy:
- wiki/utilities/rie/index.md
- A-16 Residential (Default): wiki/utilities/rie/residential-a16/index.md
theme:
name: material
features:
- navigation.indexes
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
markdown_extensions:
- admonition
- toc:
toc_depth: 3
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences