From dfb71aec4ccf6da6f0ab87a8bdc196e135558515 Mon Sep 17 00:00:00 2001 From: birgits Date: Fri, 16 Feb 2024 14:30:45 -0800 Subject: [PATCH] Change links that are now redirected --- doc/quickstart.rst | 4 ++-- edisgo/tools/tools.py | 2 +- examples/edisgo_simple_example.ipynb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 21d38303b..4ce437c05 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -91,7 +91,7 @@ The steps required to set up HSL are also described in the Here is a short version for reference: First, you need to obtain an academic license for HSL Solvers. -Under https://www.hsl.rl.ac.uk/ipopt/ download the sources for Coin-HSL Full (Stable). +Under https://licences.stfc.ac.uk/product/coin-hsl download the sources for Coin-HSL Full (Stable). You will need to provide an institutional e-mail to gain access. Unpack the tar.gz: @@ -163,7 +163,7 @@ Beyond a running and up-to-date installation of eDisGo you need **grid topology data**. Currently synthetic grid data generated with the python project `Ding0 `_ is the only supported data source. You can retrieve data from -`Zenodo `_ +`Zenodo `_ (make sure you choose latest data) or check out the `Ding0 documentation `_ on how to generate grids yourself. diff --git a/edisgo/tools/tools.py b/edisgo/tools/tools.py index ead8e08d2..d05fe1b86 100644 --- a/edisgo/tools/tools.py +++ b/edisgo/tools/tools.py @@ -1119,7 +1119,7 @@ def reduce_memory_usage(df: pd.DataFrame, show_reduction: bool = False) -> pd.Da be reduced to a smaller data type. Source: - https://www.mikulskibartosz.name/how-to-reduce-memory-usage-in-pandas/ + https://mikulskibartosz.name/how-to-reduce-memory-usage-in-pandas Parameters ---------- diff --git a/examples/edisgo_simple_example.ipynb b/examples/edisgo_simple_example.ipynb index b0a68fc63..c7ee79ce1 100644 --- a/examples/edisgo_simple_example.ipynb +++ b/examples/edisgo_simple_example.ipynb @@ -112,7 +112,7 @@ "Currently, synthetic grid data generated with the python project\n", "[ding0](https://github.com/openego/ding0)\n", "is the only supported data source for distribution grid data. ding0 provides the grid topology data in the form of csv files, with separate files for buses, lines, loads, generators, etc. You can retrieve ding0 data from\n", - "[Zenodo](https://zenodo.org/record/890479)\n", + "[Zenodo](https://zenodo.org/records/890479)\n", "(make sure you choose latest data) or check out the\n", "[Ding0 documentation](https://dingo.readthedocs.io/en/dev/usage_details.html#ding0-examples)\n", "on how to generate grids yourself. A ding0 example grid can be viewed [here](https://github.com/openego/eDisGo/tree/dev/tests/data/ding0_test_network_2). It is possible to provide your own grid data if it is in the same format as the ding0 grid data. \n",