From 81c3cd960677712887e1be7db0c8a124c9ba2492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= Date: Thu, 6 Aug 2026 15:59:45 +0200 Subject: [PATCH 1/7] Adjust order of subsections under 'Getting Help' in sidebar --- doc/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index d3484bbc652..5f515ee689a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -211,20 +211,20 @@ html_context = { "menu_links": [ ( - ' Code of Conduct', - "https://github.com/GenericMappingTools/.github/blob/main/CODE_OF_CONDUCT.md", + ' GMT Forum', + "https://forum.generic-mapping-tools.org", ), ( - ' License', - f"{repository_url}/blob/main/LICENSE.txt", + ' Source Code', + repository_url, ), ( - ' Contact', - "https://forum.generic-mapping-tools.org", + ' Code of Conduct', + "https://github.com/GenericMappingTools/.github/blob/main/CODE_OF_CONDUCT.md", ), ( - ' Source Code', - repository_url, + ' License', + f"{repository_url}/blob/main/LICENSE.txt", ), ], # Custom variables to enable "Improve this page"" and "Download notebook" links From 16d1fa0946bb1d3c2eb83052e6a45ddc5fd19962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= Date: Thu, 6 Aug 2026 16:24:02 +0200 Subject: [PATCH 2/7] Rename section to 'Getting Help' --- doc/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 9cc37121716..dd0faed4c16 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -57,7 +57,7 @@ {% if menu_links %}

- Getting help and contributing + Getting help