Skip to content

Commit

Permalink
Merge pull request #6 from skoudoro/rm-announcement
Browse files Browse the repository at this point in the history
rm announcement
  • Loading branch information
skoudoro authored Sep 21, 2023
2 parents 3a06420 + 1227d7a commit af0cec6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 30 deletions.
37 changes: 20 additions & 17 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"children": [
{
"name": "Newsletters",
"url": "",
"url": "https://mail.python.org/mailman3/lists/dipy.python.org/",
"external": True
},
{
Expand All @@ -214,7 +214,7 @@
},
{
"name": "Youtube",
"url": "blog",
"url": "https://www.youtube.com/c/diffusionimaginginpython",
"external": True
}
]
Expand All @@ -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
}
]
Expand Down Expand Up @@ -305,50 +305,53 @@
"links": [
{
"name": "Developers",
"link": "https://dipy.org/contributors/"
"link": "team"
},
{
"name": "Support",
"link": "https://dipy.org/contributors/"
"link": "https://github.com/dipy/dipy/discussions",
"external": True
},
{
"name": "Download",
"link": "https://dipy.org/contributors/"
"link": "installation"
},
{
"name": "Get Started",
"link": "https://dipy.org/contributors/"
},
{
"name": "Tutorials",
"link": "https://dipy.org/contributors/"
"link": "https://docs.dipy.org/tutorials/",
"external": True
},
{
"name": "Videos",
"link": "https://dipy.org/contributors/"
"link": "https://www.youtube.com/c/diffusionimaginginpython",
"external": True
},
]
}, {
"title": "Friends",
"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
},
]
Expand All @@ -357,22 +360,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
},
]
Expand Down
13 changes: 0 additions & 13 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@ Highlights
- Large documentation update. Integration of Sphinx-Gallery.
- Closed 53 issues and merged 34 pull requests.

See :ref:`Older Highlights <old_highlights>`.

*************
Announcements
*************
- :doc:`DIPY 1.7.0 <release_notes/release1.7>` released April 23, 2023.
- :doc:`DIPY 1.6.0 <release_notes/release1.6>` released January 16, 2023.
- :doc:`DIPY 1.5.0 <release_notes/release1.5>` released March 11, 2022.






See some of our :ref:`Past Announcements <old_news>`

Expand Down

0 comments on commit af0cec6

Please sign in to comment.