Skip to content
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
1 change: 1 addition & 0 deletions CORE_TEAM_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ resources such as:
- [`pre-commit`](https://pre-commit.com) hooks for autoformatting.
- [`ruff`](https://github.com/astral-sh/ruff) autoformatting and linting.
- [python-xarray](https://stackoverflow.com/questions/tagged/python-xarray) on Stack Overflow.
- The Xarray channel in the [OSSci Zulip](https://ossci.zulipchat.com/)
- [@xarray_dev](https://x.com/xarray_dev) on X.
- [xarray-dev](https://discord.gg/bsSGdwBn) discord community (normally only used for remote synchronous chat during sprints).

Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
"header_links_before_dropdown": 8,
"navbar_align": "left",
"footer_center":["last-updated"],
"announcement": "Xarray now has a home in the <a href='https://ossci.zulipchat.com/'>OSSci Zulip</a>! Chat here with other devs, users, and our friends at Zarr.", # TODO: Remove a couple months'ish after 21 March 2026
# Instead of adding these to the header bar they are linked in 'getting help' and 'contributing'
# "icon_links": [
# {
Expand Down
4 changes: 2 additions & 2 deletions doc/contribute/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ All contributions, including bug reports, bug fixes, documentation improvements,
and other ideas are welcome.

If you have any questions on the process or how to fix something feel free to ask us!
The recommended place to ask a question is on `GitHub Discussions <https://github.com/pydata/xarray/discussions>`_
, but we also have a `Discord <https://discord.com/invite/wEKPCt4PDu>`_ and a
The recommended places to ask questions are `GitHub Discussions <https://github.com/pydata/xarray/discussions>`_
or the Xarray channel in the `OSSci Zulip <https://ossci.zulipchat.com/#narrow/channel/582428-Xarray>`_. We also have a `Discord <https://discord.com/invite/wEKPCt4PDu>`_ and a
`mailing list <https://groups.google.com/g/xarray>`_. There is also a
`"python-xarray" tag on Stack Overflow <https://stackoverflow.com/questions/tagged/python-xarray>`_ which we monitor for questions.

Expand Down
Loading