You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/conf.py
+1
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,7 @@ def find_source():
199
199
# documentation.
200
200
201
201
html_theme_options= {
202
+
"announcement": "<em>Announcement</em>: aeon is taking part in the Google Summer of Code (GSoC) 2025! See the home page for more information.", # noqa: E501
Copy file name to clipboardExpand all lines: docs/index.md
+9
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,15 @@ segmentation and similarity search.
17
17
- We provide a range of tools for reproducing benchmarking results and evaluating time
18
18
series algorithms implemented in `aeon` and other `scikit-learn` compatible packages.
19
19
20
+
```{admonition} GSoC 2025
21
+
`aeon` is participating in Google Summer of Code 2025 under the NumFOCUS umbrella. If
22
+
you are interested in participating, please see our [GSoC 2025 project page](https://github.com/aeon-toolkit/aeon-admin/blob/main/gsoc/gsoc-2025-projects.md).
23
+
Feel free to ask questions on the dedicated [GitHub discussion](https://github.com/aeon-toolkit/aeon/discussions/2530)
24
+
or our [Slack channel](https://join.slack.com/t/aeon-toolkit/shared_invite/zt-22vwvut29-HDpCu~7VBUozyfL_8j3dLA).
25
+
If you are interested in contributing, click on the "Contributing to aeon" link in the
26
+
sidebar for a contribution guide. Applications close April 8th.
0 commit comments