Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down