[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-09 12:29:13 +00:00
parent 3f74b6bec7
commit 3a80ac2027
7 changed files with 6 additions and 13 deletions

View File

@ -94,6 +94,6 @@ rule doc:
message:
"Build documentation."
output:
directory("doc/_build")
directory("doc/_build"),
shell:
"make -C doc html"

View File

@ -26,4 +26,3 @@ Rule ``plot_network``
========================
.. automodule:: plot_network

View File

@ -123,4 +123,4 @@ Rule ``build_hydro_profile``
Rule ``add_electricity``
=============================
.. automodule:: add_electricity
.. automodule:: add_electricity

View File

@ -161,9 +161,3 @@ Rule ``prepare_sector_network``
==============================================================================
.. automodule:: prepare_sector_network

View File

@ -26,4 +26,4 @@ Rule ``solve_operations_network``
Rule ``solve_sector_network``
=============================
.. automodule:: solve_sector_network
.. automodule:: solve_sector_network

View File

@ -66,7 +66,6 @@ The script has the following structure:
(3) calculate costs for corresponding additional insulation material
(4) get cost savings per retrofitting measures for each sector by weighting
with heated floor area
"""
import pandas as pd
import xarray as xr

View File

@ -4,8 +4,9 @@
# SPDX-License-Identifier: MIT
"""
Creates GIS shape files of the countries, exclusive economic zones and
`NUTS3 <https://en.wikipedia.org/wiki/Nomenclature_of_Territorial_Units_for_Statistics>`_ areas.
Creates GIS shape files of the countries, exclusive economic zones and `NUTS3 <
https://en.wikipedia.org/wiki/Nomenclature_of_Territorial_Units_for_Statistics>
`_ areas.
Relevant Settings
-----------------