From d60d139dc3f7881cabc0b2f0efde5daf60cc64e4 Mon Sep 17 00:00:00 2001 From: Francesco Witte Date: Mon, 8 Nov 2021 14:44:10 +0100 Subject: [PATCH] Fix downloadlinks of notebooks --- docs/getting_started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index cc9aeac..0b7ed71 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -41,10 +41,10 @@ Examples and basic usage The basic usage of the feedinlib is shown in the :ref:`examples_section_label` section. The examples are provided as jupyter notebooks that you can download here: - * :download:`ERA5 weather data example <../example/load_era5_weather_data.ipynb>` - * :download:`open_FRED weather data example <../example/load_open_fred_weather_data.ipynb>` - * :download:`pvlib model example <../example/run_pvlib_model.ipynb>` - * :download:`windpowerlib model example <../example/run_windpowerlib_turbine_model.ipynb>` + * :download:`ERA5 weather data example <../examples/load_era5_weather_data.ipynb>` + * :download:`open_FRED weather data example <../examples/load_open_fred_weather_data.ipynb>` + * :download:`pvlib model example <../examples/run_pvlib_model.ipynb>` + * :download:`windpowerlib model example <../examples/run_windpowerlib_turbine_model.ipynb>` Furthermore, you have to install the feedinlib with additional packages needed to run the notebooks, e.g. `jupyter`.