doc: implement review feedback

This commit is contained in:
Fabian Neumann 2023-03-17 12:39:13 +01:00
parent 4f40e4bd19
commit 1716656549
2 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,9 @@
.. note::
Find the introductory slides `here <https://docs.google.com/presentation/d/e/2PACX-1vQGQZD7KIVdocRZzRVu8Uk-JC_ltEow5zjtIarhyws46IMJpaqGuux695yincmJA_i5bVEibEs7z2eo/pub?start=false&loop=true&delayms=3000>`_.
.. warning::
The video only introduces the electricity-only part of PyPSA-Eur.
Workflow
=========

View File

@ -17,9 +17,9 @@ PyPSA-Eur 0.8.0 (17th March 2023)
=================================
.. note::
This is the first release of PyPSA-Eur which incorporates its sector-coupled extension PyPSA-Eur-Sec.
This is the first release of PyPSA-Eur which incorporates its sector-coupled extension PyPSA-Eur-Sec (v0.7.1).
PyPSA-Eur can now directly be used for high-resolution energy system modelling with sector-coupling
including industry, transport, buildings, biomass, and detailed carbon management.
including industry, transport, buildings, biomass, and detailed carbon management. The PyPSA-Eur-Sec repository is now deprecated.
* The :mod:`solve_network` script now uses the ``linopy`` backend of PyPSA and is applied for both electricity-only and sector-coupled models. This
requires an adjustment of custom ``extra_functionality``.