Skip to content

Commit 7e93bfa

Browse files
authored
Merge pull request #72 from samgdotson/mga
Mga
2 parents 6434619 + d5d902c commit 7e93bfa

8 files changed

Lines changed: 1004 additions & 34 deletions

File tree

docs/source/examples/capacity_expansion_tutorial.ipynb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
{
8585
"cell_type": "code",
86-
"execution_count": 2,
86+
"execution_count": 3,
8787
"metadata": {},
8888
"outputs": [
8989
{
@@ -139,7 +139,7 @@
139139
},
140140
{
141141
"cell_type": "code",
142-
"execution_count": 3,
142+
"execution_count": 4,
143143
"metadata": {},
144144
"outputs": [
145145
{
@@ -179,7 +179,7 @@
179179
},
180180
{
181181
"cell_type": "code",
182-
"execution_count": 4,
182+
"execution_count": 5,
183183
"metadata": {},
184184
"outputs": [
185185
{
@@ -217,7 +217,7 @@
217217
},
218218
{
219219
"cell_type": "code",
220-
"execution_count": 5,
220+
"execution_count": 6,
221221
"metadata": {},
222222
"outputs": [
223223
{
@@ -226,7 +226,7 @@
226226
"[Battery: 815.3412599999999 MW, WindTurbine: 0.0 MW]"
227227
]
228228
},
229-
"execution_count": 5,
229+
"execution_count": 6,
230230
"metadata": {},
231231
"output_type": "execute_result"
232232
}
@@ -252,7 +252,7 @@
252252
},
253253
{
254254
"cell_type": "code",
255-
"execution_count": 6,
255+
"execution_count": 7,
256256
"metadata": {},
257257
"outputs": [],
258258
"source": [
@@ -261,7 +261,7 @@
261261
},
262262
{
263263
"cell_type": "code",
264-
"execution_count": 7,
264+
"execution_count": 8,
265265
"metadata": {},
266266
"outputs": [],
267267
"source": [
@@ -287,7 +287,7 @@
287287
},
288288
{
289289
"cell_type": "code",
290-
"execution_count": 8,
290+
"execution_count": 9,
291291
"metadata": {},
292292
"outputs": [
293293
{
@@ -307,7 +307,7 @@
307307
" 8 | 160 | 1 | 0.0027592007 | ideal\n",
308308
" 9 | 180 | 1 | 0.0032212526 | ideal\n",
309309
" 10 | 200 | 1 | 0.000000E+00 | f\n",
310-
"The simulation took 4.005 minutes.\n"
310+
"The simulation took 3.759 minutes.\n"
311311
]
312312
}
313313
],

docs/source/examples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
This section has examples that guide users from basic usage to more advanced topics.
55

66

7-
## Guides
7+
## Tutorials
88
```{toctree}
99
:maxdepth: 3
1010
1111
getting_started
1212
tech_tutorial
1313
dispatch_tutorial
1414
capacity_expansion_tutorial
15+
mga_tutorial
1516
```

docs/source/examples/mga_tutorial.ipynb

Lines changed: 362 additions & 0 deletions
Large diffs are not rendered by default.

docs/source/reference/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
4040
```
4141

42-
4342
## General Functions
4443
```{eval-rst}
4544
.. autosummary::

0 commit comments

Comments
 (0)