From f27dc8e9e8908ddab05409f62f9383c97949d826 Mon Sep 17 00:00:00 2001 From: MelchiorSchuh Date: Wed, 10 Jun 2026 11:08:31 +0200 Subject: [PATCH 1/3] fix(ReadMe): Updated & fixed broken symbols/icons --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ec69c260..002b55fb 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@

OpenGeode module for inspecting meshes and models

- Build Status - Deploy Status - Coverage Status - Version + Build Status + Deploy Status + Version + PyPI

@@ -15,15 +15,22 @@

- Language + Language License Semantic-release +

+ +

- Slack invite + Slack invite - - DOI + + Linkedin + + Mail Us + +

--- From 4931ba7b9cbb724594511db36910ac47865cbcc0 Mon Sep 17 00:00:00 2001 From: MelchiorSchuh Date: Wed, 10 Jun 2026 11:18:20 +0200 Subject: [PATCH 2/3] fix readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 002b55fb..d9f75c13 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ To use OpenGeode-Inspector, several options are available: - If you installed and compiled the C++ source code, you can use the executable binaries to apply an inspection of your meshes/models and toggle on/off the various checks directly. - or use the API functions (check the tests to see how it is done) if you want to go further or use the resulting errors to repair your meshes/models. - If you installed the python library, you can add `import opengeode_inspector` in your Python script to use the available API functions. Check [this documentation page](https://docs.geode-solutions.com/guides/use-opengeode-binding.html) for more details. Examples are also procured in the `examples` folder. -- You can inspect your models without any installation, by using the API of the [Geode-solutions free tools](https://geode-solutions.com/tools). The available checks for each mesh type are: From dd8ae2992005748a1443a4819668c138b13d7e58 Mon Sep 17 00:00:00 2001 From: MelchiorSchuh Date: Wed, 10 Jun 2026 11:53:54 +0200 Subject: [PATCH 3/3] fix slack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9f75c13..8fe5b07f 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The available checks for each mesh type are: ## Questions -For questions and support please use the official [slack](https://opengeode-slack-invite.herokuapp.com) and go to the channel #inspector. The issue list of this repo is exclusively for bug reports and feature requests. +For questions and support please use the official [slack](https://geode-solutions.com/#slack) and go to the channel #inspector. The issue list of this repo is exclusively for bug reports and feature requests. ## License