From 303b526bf1be4f71ed8c70b30c0671e2d5f5a762 Mon Sep 17 00:00:00 2001 From: Koen van Greevenbroek Date: Mon, 6 May 2024 09:09:23 +0200 Subject: [PATCH] Fix formatting of link in `base_network` documentation --- scripts/base_network.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/base_network.py b/scripts/base_network.py index d8e1fb4a..432813cf 100644 --- a/scripts/base_network.py +++ b/scripts/base_network.py @@ -5,10 +5,7 @@ # coding: utf-8 """ -Creates the network topology from a `ENTSO-E map extract. - -`_ (March 2022) as a PyPSA -network. +Creates the network topology from an `ENTSO-E map extract `_ (March 2022) as a PyPSA network. Relevant Settings -----------------