From 38f70a9bebf2a5f226e1f1ac98cea41d61dac5ad Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Mon, 11 Sep 2023 22:07:19 -0400 Subject: [PATCH 1/4] rm announcement --- index.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/index.rst b/index.rst index 26a989e8..71db6304 100644 --- a/index.rst +++ b/index.rst @@ -31,19 +31,6 @@ Highlights - Large documentation update. Integration of Sphinx-Gallery. - Closed 53 issues and merged 34 pull requests. -See :ref:`Older Highlights `. - -************* -Announcements -************* -- :doc:`DIPY 1.7.0 ` released April 23, 2023. -- :doc:`DIPY 1.6.0 ` released January 16, 2023. -- :doc:`DIPY 1.5.0 ` released March 11, 2022. - - - - - See some of our :ref:`Past Announcements ` From 64c0c366bdd6b1f0c82877c20f0a4e3200d65c0f Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Wed, 20 Sep 2023 15:53:30 -0400 Subject: [PATCH 2/4] update url --- conf.py | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/conf.py b/conf.py index b3293b7f..810f9db0 100644 --- a/conf.py +++ b/conf.py @@ -205,7 +205,7 @@ "children": [ { "name": "Newsletters", - "url": "", + "url": "https://mail.python.org/mailman3/lists/dipy.python.org/", "external": True }, { @@ -214,7 +214,7 @@ }, { "name": "Youtube", - "url": "blog", + "url": "https://www.youtube.com/c/diffusionimaginginpython", "external": True } ] @@ -224,11 +224,11 @@ "children": [ { "name": "Live Chat (Gitter)", - "url": "" + "url": "https://app.gitter.im/#/room/%23dipy_dipy:gitter.im" }, { "name": "Github Discussions", - "url": "", + "url": "https://github.com/dipy/dipy/discussions", "external": True } ] @@ -305,15 +305,15 @@ "links": [ { "name": "Developers", - "link": "https://dipy.org/contributors/" + "link": "team" }, { "name": "Support", - "link": "https://dipy.org/contributors/" + "link": "https://github.com/dipy/dipy/discussions" }, { "name": "Download", - "link": "https://dipy.org/contributors/" + "link": "installation" }, { "name": "Get Started", @@ -321,11 +321,11 @@ }, { "name": "Tutorials", - "link": "https://dipy.org/contributors/" + "link": "https://docs.dipy.org/tutorials/" }, { "name": "Videos", - "link": "https://dipy.org/contributors/" + "link": "https://www.youtube.com/c/diffusionimaginginpython" }, ] }, { @@ -333,22 +333,22 @@ "links": [ { "name": "Nipy Projects", - "link": "", + "link": "http://nipy.org/", "external": True }, { "name": "FURY", - "link": "", + "link": "http://fury.gl/", "external": True }, { "name": "Nibabel", - "link": "", + "link": "http://nipy.org/nibabel", "external": True }, { "name": "Tortoise", - "link": "", + "link": "https://tortoise.nibib.nih.gov/", "external": True }, ] @@ -357,22 +357,22 @@ "links": [ { "name": "The department of Intelligent Systems Engineering of Indiana University", - "link": "", + "link": "https://engineering.indiana.edu/", "external": True }, { "name": "The National Institute of Biomedical Imaging and Bioengineering, NIH", - "link": "", + "link": "https://www.nibib.nih.gov/", "external": True }, { "name": "The Gordon and Betty Moore Foundation and the Alfred P. Sloan Foundation, through the University of Washington eScience Institute Data Science Environment", - "link": "", + "link": "https://escience.washington.edu/tag/alfred-p-sloan-foundation/", "external": True }, { "name": "Google supported DIPY through the Google Summer of Code Program during Summer 2015, 2016, 2018", - "link": "", + "link": "https://summerofcode.withgoogle.com/", "external": True }, ] From 39e7b6fc1c8ac1c65ae993fad6d5279a366f38c5 Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Wed, 20 Sep 2023 16:16:33 -0400 Subject: [PATCH 3/4] trigger build From 1227d7a85c2147ceb627cbf7dc1fd03b8ba325ab Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Thu, 21 Sep 2023 01:21:51 -0400 Subject: [PATCH 4/4] add external info --- conf.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index 810f9db0..063e6249 100644 --- a/conf.py +++ b/conf.py @@ -309,7 +309,8 @@ }, { "name": "Support", - "link": "https://github.com/dipy/dipy/discussions" + "link": "https://github.com/dipy/dipy/discussions", + "external": True }, { "name": "Download", @@ -321,11 +322,13 @@ }, { "name": "Tutorials", - "link": "https://docs.dipy.org/tutorials/" + "link": "https://docs.dipy.org/tutorials/", + "external": True }, { "name": "Videos", - "link": "https://www.youtube.com/c/diffusionimaginginpython" + "link": "https://www.youtube.com/c/diffusionimaginginpython", + "external": True }, ] }, {