From c4efe2d70bd9a2e3c793b543ebf5b6f8a0de841c Mon Sep 17 00:00:00 2001 From: Ayushmaan <142436337+Ayushmaan06@users.noreply.github.com> Date: Sat, 8 Mar 2025 17:54:53 +0530 Subject: [PATCH 1/4] Added R version to conf.py for consistency across tutorials --- docs/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dc248cf2..15a06945 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,8 @@ version = '3.3.0' # Short version for the latest supported KNIME knime_version = '5.3.0' - +# Short version for the Latest Supported R +r_version = '4.2.3' # The full version, including alpha/beta/rc tags. release = '3.3.0' @@ -143,7 +144,8 @@ variables_to_export = [ "project", "version", - "knime_version" + "knime_version", + "r_version" ] myst_substitutions = {} for v in variables_to_export: From 1c65f5801e9cae1f89b283ba1311b40bd71c8106 Mon Sep 17 00:00:00 2001 From: Ayushmaan <142436337+Ayushmaan06@users.noreply.github.com> Date: Sat, 8 Mar 2025 18:06:56 +0530 Subject: [PATCH 2/4] Added R version to conf.py for consistency --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 15a06945..29058db7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ # Short version for the latest supported KNIME knime_version = '5.3.0' # Short version for the Latest Supported R -r_version = '4.2.3' +r_version = '4.2.3' # <-- Added R version # The full version, including alpha/beta/rc tags. release = '3.3.0' @@ -145,7 +145,7 @@ "project", "version", "knime_version", - "r_version" + "r_version" #<-- ] myst_substitutions = {} for v in variables_to_export: From e63011818f8936b7ccea5508b6d89bb0eafe5bb3 Mon Sep 17 00:00:00 2001 From: Ayushmaan <142436337+Ayushmaan06@users.noreply.github.com> Date: Sat, 8 Mar 2025 18:07:47 +0530 Subject: [PATCH 3/4] Added my name in Contributing.md --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cc294542..d6b2f15e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -73,3 +73,4 @@ Finally, please add your name below: 1. OpenMS Team 2. Michael R. Crusoe +3. Ayushmaan From 55a76d72b77b43d0485e3c15ca209fc63aeb0c65 Mon Sep 17 00:00:00 2001 From: Ayushmaan <142436337+Ayushmaan06@users.noreply.github.com> Date: Sat, 8 Mar 2025 18:29:59 +0530 Subject: [PATCH 4/4] Update .lycheeignore --- .lycheeignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lycheeignore b/.lycheeignore index 65fb4f1d..0742f8a8 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -12,3 +12,5 @@ http://dx.doi.org/* https://www.pnas.org/* http://pubs.acs.org/* https://www.sciencedirect.com/* +https://cdash.seqan.de/index.php?project=OpenMS +https://openms.de/current_doxygen/html/classOpenMS_1_1ConsensusFeature.html