[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-03-16 10:42:44 +00:00
parent 12d38bd867
commit c24b119928
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ clusters,--,cf. :ref:`clusters`,"List of ``{clusters}`` wildcards to run."
ll,--,cf. :ref:`ll`,"List of ``{ll}`` wildcards to run." ll,--,cf. :ref:`ll`,"List of ``{ll}`` wildcards to run."
opts,--,cf. :ref:`opts`,"List of ``{opts}`` wildcards to run." opts,--,cf. :ref:`opts`,"List of ``{opts}`` wildcards to run."
sector_opts,--,cf. :ref:`sector_opts`,"List of ``{sector_opts}`` wildcards to run." sector_opts,--,cf. :ref:`sector_opts`,"List of ``{sector_opts}`` wildcards to run."
planning_horizons,--,cf. :ref:`planning_horizons`,"List of ``{planning_horizon}`` wildcards to run." planning_horizons,--,cf. :ref:`planning_horizons`,"List of ``{planning_horizon}`` wildcards to run."

1 Unit Values Description
4 ll -- cf. :ref:`ll` List of ``{ll}`` wildcards to run.
5 opts -- cf. :ref:`opts` List of ``{opts}`` wildcards to run.
6 sector_opts -- cf. :ref:`sector_opts` List of ``{sector_opts}`` wildcards to run.
7 planning_horizons -- cf. :ref:`planning_horizons` List of ``{planning_horizon}`` wildcards to run.

View File

@ -19,7 +19,7 @@ PyPSA-Eur 0.8.0 (17th March 2023)
.. note:: .. 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.
PyPSA-Eur can now directly be used for high-resolution energy system modelling with sector-coupling 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 :mod:`solve_network` script now uses the ``linopy`` backend of PyPSA and is applied for both electricity-only and sector-coupled models. This * 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``. requires an adjustment of custom ``extra_functionality``.