Skip to content

Commit b3d7c96

Browse files
authored
DOC: Make some URLs clickable in documentation (#71)
* DOC: Update CONTRIBUTING.md * DOC: Make URLs clickable in Code of Conduct * DOC: Make a url clickable in eniops.md
1 parent 41966f3 commit b3d7c96

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ If you have experienced or witnessed behavior that violates this
3434
Code of Conduct, please complete the form below to
3535
make a report.
3636

37-
**REPORTING FORM:** https://numfocus.typeform.com/to/ynjGdT
37+
**REPORTING FORM:** [https://numfocus.typeform.com/to/ynjGdT](https://numfocus.typeform.com/to/ynjGdT)
3838

3939
Reports are sent to the NumFOCUS Code of Conduct Enforcement Team
4040
(see below).
4141

4242
You can view the Privacy Policy and Terms of Service for TypeForm here.
43-
The NumFOCUS Privacy Policy is here:
44-
https://www.numfocus.org/privacy-policy
43+
The NumFOCUS Privacy Policy is here:
44+
[https://www.numfocus.org/privacy-policy](https://www.numfocus.org/privacy-policy)
4545

4646

4747
# Full Code of Conduct
4848
The full text of the NumFOCUS/xarray-einstats Code of Conduct can be found on
4949
NumFOCUS's website
50-
https://numfocus.org/code-of-conduct
50+
[https://numfocus.org/code-of-conduct](https://numfocus.org/code-of-conduct)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Contributing guidelines
22

3-
The contributing guidelines are published at [our documentation](https://xarray-einstats.readthedocs.io/en/latest/contributing.html)
3+
The contributing guidelines are published at [our documentation](https://einstats.python.arviz.org/en/latest/contributing/overview.html)
44

docs/source/background/einops.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Why change the notation? There are three main reasons, each concerning one
1111
of the elements respectively: `->`, space as delimiter and parenthesis:
1212
* In xarray dimensions are already labeled. In many cases, the left
1313
side in the einops notation is only used to label the dimensions.
14-
In fact, 5/7 examples in https://einops.rocks/api/rearrange/ fall in this category.
14+
In fact, 5/7 examples in
15+
[https://einops.rocks/api/rearrange/](https://einops.rocks/api/rearrange/)
16+
fall in this category.
1517
This is not necessary when working with xarray objects.
1618
* In xarray dimension names can be any {term}`hashable <xarray:name>`.
1719
* In xarray dimensions are labeled and the order doesn't matter.

0 commit comments

Comments
 (0)