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`.