Skip to content

Commit 8bd75ab

Browse files
committed
Fix links to data
1 parent 5af422d commit 8bd75ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/getting_started.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ The basic usage of the windpowerlib is shown in the ModelChain example that is a
6969
To run the example you need the example weather and turbine data used:
7070

7171
* :download:`Example weather data file <../example/weather.csv>`
72-
* :download:`Example power curve data file <../example/data/power_curves.csv>`
73-
* :download:`Example power coefficient curve data file <../example/data/power_coefficient_curves.csv>`
74-
* :download:`Example nominal power data file <../example/data/turbine_data.csv>`
72+
* :download:`Example power curve data file <../windpowerlib/data/default_turbine_data/power_curves.csv>`
73+
* :download:`Example power coefficient curve data file <../windpowerlib/data/default_turbine_data/power_coefficient_curves.csv>`
74+
* :download:`Example nominal power data file <../windpowerlib/data/default_turbine_data/turbine_data.csv>`
7575

7676
Furthermore, you have to install the windpowerlib and to run the notebook you also need to install `notebook` using pip3. To launch jupyter notebook type ``jupyter notebook`` in the terminal.
7777
This will open a browser window. Navigate to the directory containing the notebook to open it. See the jupyter notebook quick start guide for more information on `how to install <http://jupyter-notebook-beginner-guide.readthedocs.io/en/latest/install.html>`_ and

0 commit comments

Comments
 (0)