Skip to content

Commit 60f9e7a

Browse files
committed
DOC: tweaks about contributors
1 parent 07d90af commit 60f9e7a

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

CONTRIBUTORS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Contributors
22

3+
This project exists thanks to the following contributors
4+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
5+
36
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
47
<!-- prettier-ignore-start -->
58
<!-- markdownlint-disable -->
@@ -29,3 +32,7 @@
2932
<!-- prettier-ignore-end -->
3033

3134
<!-- ALL-CONTRIBUTORS-LIST:END -->
35+
36+
This project follows the
37+
[all-contributors](https://github.com/all-contributors/all-contributors)
38+
specification. Contributions of any kind welcome!

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Used by:
3838

3939
## Contributors
4040

41+
This project exists thanks to the following contributors
42+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
43+
4144
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
4245
<!-- prettier-ignore-start -->
4346
<!-- markdownlint-disable -->
@@ -67,3 +70,7 @@ Used by:
6770
<!-- prettier-ignore-end -->
6871

6972
<!-- ALL-CONTRIBUTORS-LIST:END -->
73+
74+
This project follows the
75+
[all-contributors](https://github.com/all-contributors/all-contributors)
76+
specification. Contributions of any kind welcome!

docs/contributing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
Contributions are welcome from any "array-consuming" library contributors who
44
have found themselves writing private array-agnostic functions in the process of
5-
converting code to consume the standard!
5+
converting code to consume the standard.
6+
7+
Thanks to [all contributors](contributors.md) so far!
68

79
## How to contribute a function
810

11+
- [Open an issue](https://github.com/data-apis/array-api-extra/issues/new) to
12+
propose the new function.
913
- Add the implementation of your function to `src/array_api_extra/_funcs.py`.
1014
- Ensure that your function includes type annotations and a
1115
[numpydoc-style docstring](https://numpydoc.readthedocs.io/en/latest/format.html).

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ tools which provide _extra_ functionality on top of the array API standard,
1919
which other array-consuming libraries in a similar position have found useful
2020
themselves.
2121

22+
It is currently used by:
23+
24+
- [SciPy](https://github.com/scipy/scipy) - Fundamental algorithms for
25+
scientific computing.
26+
- ...
27+
2228
(installation)=
2329

2430
## Installation

0 commit comments

Comments
 (0)