From 485c9aeb110a15ab57e5319d5a4d85d01024d845 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Sun, 1 Jun 2025 14:51:49 -0700 Subject: [PATCH 1/3] DOC: Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26db996..901078b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ # Contributing guidelines -The contributing guidelines are published at [our documentation](https://xarray-einstats.readthedocs.io/en/latest/contributing.html) +The contributing guidelines are published at [our documentation](https://einstats.python.arviz.org/en/latest/contributing/overview.html) From c9767595c8df73c92388a3864d1e33abd9c208c2 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Sun, 1 Jun 2025 14:57:45 -0700 Subject: [PATCH 2/3] DOC: Make URLs clickable in Code of Conduct --- CODE_OF_CONDUCT.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 688ad31..6742ca9 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,17 +34,17 @@ If you have experienced or witnessed behavior that violates this Code of Conduct, please complete the form below to make a report. -**REPORTING FORM:** https://numfocus.typeform.com/to/ynjGdT +**REPORTING FORM:** [https://numfocus.typeform.com/to/ynjGdT](https://numfocus.typeform.com/to/ynjGdT) Reports are sent to the NumFOCUS Code of Conduct Enforcement Team (see below). You can view the Privacy Policy and Terms of Service for TypeForm here. -The NumFOCUS Privacy Policy is here: -https://www.numfocus.org/privacy-policy +The NumFOCUS Privacy Policy is here: +[https://www.numfocus.org/privacy-policy](https://www.numfocus.org/privacy-policy) # Full Code of Conduct The full text of the NumFOCUS/xarray-einstats Code of Conduct can be found on NumFOCUS's website -https://numfocus.org/code-of-conduct +[https://numfocus.org/code-of-conduct](https://numfocus.org/code-of-conduct) From e5631a2ff8d90135fdbed457be84ea9879e45db7 Mon Sep 17 00:00:00 2001 From: "Christine P. Chai" Date: Sun, 1 Jun 2025 15:00:12 -0700 Subject: [PATCH 3/3] DOC: Make a url clickable in eniops.md --- docs/source/background/einops.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/background/einops.md b/docs/source/background/einops.md index f726c8f..f4a3e9b 100644 --- a/docs/source/background/einops.md +++ b/docs/source/background/einops.md @@ -11,7 +11,9 @@ Why change the notation? There are three main reasons, each concerning one of the elements respectively: `->`, space as delimiter and parenthesis: * In xarray dimensions are already labeled. In many cases, the left side in the einops notation is only used to label the dimensions. - In fact, 5/7 examples in https://einops.rocks/api/rearrange/ fall in this category. + In fact, 5/7 examples in + [https://einops.rocks/api/rearrange/](https://einops.rocks/api/rearrange/) + fall in this category. This is not necessary when working with xarray objects. * In xarray dimension names can be any {term}`hashable `. * In xarray dimensions are labeled and the order doesn't matter.