Skip to content

DOC: Make some URLs clickable in documentation #71

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

Merged
merged 3 commits into from
Jun 2, 2025
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
8 changes: 4 additions & 4 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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)

4 changes: 3 additions & 1 deletion docs/source/background/einops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <xarray:name>`.
* In xarray dimensions are labeled and the order doesn't matter.
Expand Down