From ffce39820e32dca9ab2070f0ccb83a8a5f124d76 Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Thu, 21 Sep 2023 10:51:45 -0400 Subject: [PATCH 1/2] fix some link --- conf.py | 79 +++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 48 insertions(+), 31 deletions(-) diff --git a/conf.py b/conf.py index 063e6249..8908a602 100644 --- a/conf.py +++ b/conf.py @@ -139,63 +139,79 @@ { "name": "Quick Start", "url": "https://docs.dipy.org", + "external": True }, { "name": "Tutorials", "url": "https://docs.dipy.org/tutorials", + "external": True }, { "name": "Recipes", "url": "https://docs.dipy.org/recipes", + "external": True }, { "name": "CLI / Workflows", "url": "https://docs.dipy.org/cli", + "external": True }, { "name": "API", "url": "https://docs.dipy.org/reference", + "external": True }, { "name": "CLI API", "url": "https://docs.dipy.org/cli/reference", + "external": True } ] }, { "name": "Workshops", - "children": [ - { - "name": "DIPY Workshop 2024", - "url": "https://dipy.org/workshops/dipy-workshop-2024", - "external": True - }, - { - "name": "DIPY Workshop 2023", - "url": "https://dipy.org/workshops/dipy-workshop-2023", - "external": True - }, + "section": [ { - "name": "DIPY Workshop 2022", - "url": "https://dipy.org/workshops/dipy-workshop-2022", - "external": True - }, - { - "name": "DIPY Workshop 2021", - "url": "https://dipy.org/workshops/dipy-workshop-2021", - "external": True - }, - { - "name": "DIPY Workshop 2020", - "url": "https://dipy.org/workshops/dipy-workshop-2020", - "external": True + "name": "Latest", + "children": [ + { + "name": "DIPY Workshop 2024", + "url": "https://dipy.org/workshops/dipy-workshop-2024", + "external": True + } + ] }, { - "name": "DIPY Workshop 2019", - "url": "https://dipy.org/workshops/dipy-workshop-2019", - "external": True - }, - ] + "name": "Past", + "children": [ + { + "name": "DIPY Workshop 2023", + "url": "https://dipy.org/workshops/dipy-workshop-2023", + "external": True + }, + { + "name": "DIPY Workshop 2022", + "url": "https://dipy.org/workshops/dipy-workshop-2022", + "external": True + }, + { + "name": "DIPY Workshop 2021", + "url": "https://dipy.org/workshops/dipy-workshop-2021", + "external": True + }, + { + "name": "DIPY Workshop 2020", + "url": "https://dipy.org/workshops/dipy-workshop-2020", + "external": True + }, + { + "name": "DIPY Workshop 2019", + "url": "https://dipy.org/workshops/dipy-workshop-2019", + "external": True + }, + ] + } + ], }, { "name": "Community", @@ -224,7 +240,8 @@ "children": [ { "name": "Live Chat (Gitter)", - "url": "https://app.gitter.im/#/room/%23dipy_dipy:gitter.im" + "url": "https://app.gitter.im/#/room/%23dipy_dipy:gitter.im", + "external": True }, { "name": "Github Discussions", @@ -233,7 +250,7 @@ } ] } - ] + ] }, { "name": "About", From 4ef058b3d741771db6c411fbcbebacdafc31fe7f Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Thu, 21 Sep 2023 12:17:18 -0400 Subject: [PATCH 2/2] fix typo --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 8908a602..5e2efa07 100644 --- a/conf.py +++ b/conf.py @@ -170,7 +170,7 @@ }, { "name": "Workshops", - "section": [ + "sections": [ { "name": "Latest", "children": [