Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm announcement #6

Merged
merged 4 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading