From 0ce41421e87d37d64c284e88a900000636167d93 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 19 Apr 2024 14:03:56 -0400 Subject: [PATCH 1/4] added button in conf --- docs/source/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 04deba793..9609888ce 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -85,6 +85,13 @@ "use_edit_page_button": True, "repository_branch": "main", "path_to_docs": "./docs/source", + "icon_links": [ + { + "name": "Community Forum", + "url": "https://festim.discourse.group/", + "icon": "fa-brands fa-discourse", + }, + ], } html_title = "FESTIM Documentation" From 8fe2bdad4fd0b192332e34328d88b7213c968ef4 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Mon, 3 Jun 2024 11:16:46 +0200 Subject: [PATCH 2/4] added Slack --- docs/source/conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9609888ce..ace345106 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -87,10 +87,15 @@ "path_to_docs": "./docs/source", "icon_links": [ { - "name": "Community Forum", + "name": "Support Forum", "url": "https://festim.discourse.group/", "icon": "fa-brands fa-discourse", }, + { + "name": "Slack", + "url": "https://join.slack.com/t/festim-dev/shared_invite/zt-246hw8d6o-htWASLsbdosUo_2nRKCf9g", + "icon": "fa-brands fa-slack", + }, ], } From f5aceee46a2772d417a342fae6fe53f860006b09 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Mon, 3 Jun 2024 11:19:18 +0200 Subject: [PATCH 3/4] added pypi --- docs/source/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index ace345106..0ae79fd80 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -96,6 +96,12 @@ "url": "https://join.slack.com/t/festim-dev/shared_invite/zt-246hw8d6o-htWASLsbdosUo_2nRKCf9g", "icon": "fa-brands fa-slack", }, + { + "name": "PyPI", + "url": "https://pypi.org/project/FESTIM/", + "icon": "https://img.shields.io/pypi/dw/festim", + "type": "url", + }, ], } From 51fea45198300746a8a11378c9b787e63ee956f7 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Mon, 3 Jun 2024 11:46:33 +0200 Subject: [PATCH 4/4] changed order --- docs/source/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0ae79fd80..5b48d658f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -86,6 +86,12 @@ "repository_branch": "main", "path_to_docs": "./docs/source", "icon_links": [ + { + "name": "PyPI", + "url": "https://pypi.org/project/FESTIM/", + "icon": "https://img.shields.io/pypi/dw/festim", + "type": "url", + }, { "name": "Support Forum", "url": "https://festim.discourse.group/", @@ -96,12 +102,6 @@ "url": "https://join.slack.com/t/festim-dev/shared_invite/zt-246hw8d6o-htWASLsbdosUo_2nRKCf9g", "icon": "fa-brands fa-slack", }, - { - "name": "PyPI", - "url": "https://pypi.org/project/FESTIM/", - "icon": "https://img.shields.io/pypi/dw/festim", - "type": "url", - }, ], }