From 0456f28870a27f941f9051d4bba1bf6ca66a17ae Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Mon, 28 Oct 2024 20:30:43 +0100 Subject: [PATCH] fixed docs --- dfm_tools/xugrid_helpers.py | 2 -- docs/installation.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dfm_tools/xugrid_helpers.py b/dfm_tools/xugrid_helpers.py index d293fa7c8..bbcc0984a 100644 --- a/dfm_tools/xugrid_helpers.py +++ b/dfm_tools/xugrid_helpers.py @@ -190,8 +190,6 @@ def open_partitioned_dataset(file_nc:str, decode_fillvals:bool = False, remove_e Remove ghostcells from the partitions. This is also done by xugrid automatically upon merging, but then the domain numbers are not taken into account so the result will be different. The default is True. - **kwargs : TYPE - DESCRIPTION. file_nc : TYPE DESCRIPTION. kwargs : TYPE, optional diff --git a/docs/installation.md b/docs/installation.md index 2e40c6944..15d11a5da 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -17,4 +17,4 @@ ## Potential git/conda issues with installation - long paths error? Check [this Github issue](https://github.com/Deltares/HYDROLIB-core/issues/327#issuecomment-1266534032) -- OpenSSL error? Fix your conda base env by doing [this](https://github.com/conda/conda/issues/11795#issuecomment-1335666474) or maybe [this](https://github.com/conda/conda/issues/11795#issuecomment-1382661765). Let us know if you encounter this issue. +- OpenSSL error? Fix your conda base env by doing [this](https://github.com/conda/conda/issues/11795#issuecomment-1335666474) or maybe [that](https://github.com/conda/conda/issues/11795#issuecomment-1382661765). Let us know if you encounter this issue.