From 4a586ba88552d71202fc0e55e789284b9191b9c6 Mon Sep 17 00:00:00 2001 From: nikothomas Date: Sat, 4 May 2024 02:47:09 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c33e5..0fb86b2 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ for file in CTDFjorder.get_rsk_filenames_in_dir(os.getcwd()): ## Contributing -Contributions to CTDFjorder are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the [GitHub repository](https://github.com). +Contributions to CTDFjorder are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the [GitHub repository](https://github.com/nikothomas/CTDFjorder). ## License From 7f1df24a159308e17d1fbecafcaad58493cd9edc Mon Sep 17 00:00:00 2001 From: nikothomas Date: Sat, 4 May 2024 03:59:28 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fb86b2..d1cfb3c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ CTDFjorder is a Python package for processing and analyzing CTD (Conductivity, Temperature, Depth) data. Documentation: [Read the docs](https://nikothomas.github.io/CTDFjorder/CTDFjorder/CTDFjorder.html) +GUI Wrapper: [ctdfjorder-lite](https://github.com/nikothomas/ctdfjorder-lite) ## Features