Skip to content

Commit 7418b60

Browse files
committed
Move all functions from basic example to one section
1 parent e145bd3 commit 7418b60

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

example/further_example.ipynb

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@
1010
"\n",
1111
"In this example the power output of a wind farm containing two different wind turbine types is calulated. Apart from that, this example shows you how to calculate the power output of a wind turbine cluster. A cluster can be useful if you want to calculate the feed-in of a region for which you want to use one single weather data grid point.\n",
1212
"\n",
13-
"Functions that are used in the basic usage example, like the initialization of wind turbines, are imported and used without further explanations. These functions are explained in detail TODO: add link here----."
13+
"Functions that are used in the basic usage example, like the initialization of wind turbines, are imported and used without further explanations."
1414
]
1515
},
1616
{
1717
"cell_type": "markdown",
1818
"metadata": {},
1919
"source": [
20-
"### Imports and logging"
20+
"### Imports and initialization of wind turbines\n",
21+
"\n",
22+
"The import of weather data and the initialization of wind turbines is done as in the basic_example."
2123
]
2224
},
2325
{
@@ -38,15 +40,6 @@
3840
"logging.getLogger().setLevel(logging.DEBUG)"
3941
]
4042
},
41-
{
42-
"cell_type": "markdown",
43-
"metadata": {},
44-
"source": [
45-
"### Import weather data and initialize wind turbines\n",
46-
"\n",
47-
"The import of weather data and the initialization of wind turbines is done as in the basic_example."
48-
]
49-
},
5043
{
5144
"cell_type": "code",
5245
"execution_count": 2,

0 commit comments

Comments
 (0)