Skip to content

Commit bf8da57

Browse files
VeckoTheGeckoianhi
andauthored
DOC: Add Zulip announcement banner and mention in docs (#11246)
Co-authored-by: Ian Hunt-Isaak <ianhuntisaak@gmail.com>
1 parent 5a72666 commit bf8da57

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CORE_TEAM_GUIDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ resources such as:
272272
- [`pre-commit`](https://pre-commit.com) hooks for autoformatting.
273273
- [`ruff`](https://github.com/astral-sh/ruff) autoformatting and linting.
274274
- [python-xarray](https://stackoverflow.com/questions/tagged/python-xarray) on Stack Overflow.
275+
- The Xarray channel in the [OSSci Zulip](https://ossci.zulipchat.com/)
275276
- [@xarray_dev](https://x.com/xarray_dev) on X.
276277
- [xarray-dev](https://discord.gg/bsSGdwBn) discord community (normally only used for remote synchronous chat during sprints).
277278

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
"header_links_before_dropdown": 8,
234234
"navbar_align": "left",
235235
"footer_center":["last-updated"],
236+
"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
236237
# Instead of adding these to the header bar they are linked in 'getting help' and 'contributing'
237238
# "icon_links": [
238239
# {

doc/contribute/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ All contributions, including bug reports, bug fixes, documentation improvements,
1818
and other ideas are welcome.
1919

2020
If you have any questions on the process or how to fix something feel free to ask us!
21-
The recommended place to ask a question is on `GitHub Discussions <https://github.com/pydata/xarray/discussions>`_
22-
, but we also have a `Discord <https://discord.com/invite/wEKPCt4PDu>`_ and a
21+
The recommended places to ask questions are `GitHub Discussions <https://github.com/pydata/xarray/discussions>`_
22+
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
2323
`mailing list <https://groups.google.com/g/xarray>`_. There is also a
2424
`"python-xarray" tag on Stack Overflow <https://stackoverflow.com/questions/tagged/python-xarray>`_ which we monitor for questions.
2525

0 commit comments

Comments
 (0)